Skip to content

Commit 9eeb16d

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

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
@@ -806,6 +806,7 @@ branch.<name>.rebase::
806806
instead of merging the default branch from the default remote when
807807
"git pull" is run. See "pull.rebase" for doing this in a non
808808
branch-specific manner.
809+
When the value is `interactive`, the rebase is run in interactive mode.
809810
+
810811
When preserve, also pass `--preserve-merges` along to 'git rebase'
811812
so that locally committed merge commits will not be flattened

0 commit comments

Comments
 (0)