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

Commit e797040

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

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
@@ -768,6 +768,7 @@ branch.<name>.rebase::
768768
instead of merging the default branch from the default remote when
769769
"git pull" is run. See "pull.rebase" for doing this in a non
770770
branch-specific manner.
771+
When the value is `interactive`, the rebase is run in interactive mode.
771772
+
772773
When preserve, also pass `--preserve-merges` along to 'git rebase'
773774
so that locally committed merge commits will not be flattened

0 commit comments

Comments
 (0)