Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 084292a

Browse files
dschokasal
authored andcommitted
Handle the branch.<name>.rebase value 'interactive'
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 49286a6 commit 084292a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/config.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ branch.<name>.rebase::
769769
instead of merging the default branch from the default remote when
770770
"git pull" is run. See "pull.rebase" for doing this in a non
771771
branch-specific manner.
772+
When the value is `interactive`, the rebase is run in interactive mode.
772773
+
773774
When preserve, also pass `--preserve-merges` along to 'git rebase'
774775
so that locally committed merge commits will not be flattened

0 commit comments

Comments
 (0)