Skip to content

Commit be5edbf

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

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

0 commit comments

Comments
 (0)