Skip to content

Commit 53235ec

Browse files
committed
Handle the branch.<name>.rebase value 'interactive'
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 873a9f9 commit 53235ec

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
@@ -849,6 +849,7 @@ branch.<name>.rebase::
849849
instead of merging the default branch from the default remote when
850850
"git pull" is run. See "pull.rebase" for doing this in a non
851851
branch-specific manner.
852+
When the value is `interactive`, the rebase is run in interactive mode.
852853
+
853854
When preserve, also pass `--preserve-merges` along to 'git rebase'
854855
so that locally committed merge commits will not be flattened

0 commit comments

Comments
 (0)