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

Commit e46c4d2

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

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
@@ -776,6 +776,7 @@ branch.<name>.rebase::
776776
instead of merging the default branch from the default remote when
777777
"git pull" is run. See "pull.rebase" for doing this in a non
778778
branch-specific manner.
779+
When the value is `interactive`, the rebase is run in interactive mode.
779780
+
780781
When preserve, also pass `--preserve-merges` along to 'git rebase'
781782
so that locally committed merge commits will not be flattened

0 commit comments

Comments
 (0)