Skip to content

Commit 6404a76

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

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

0 commit comments

Comments
 (0)