File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -866,9 +866,9 @@ branch.<name>.rebase::
866866 "git pull" is run. See "pull.rebase" for doing this in a non
867867 branch-specific manner.
868868+
869- When preserve, also pass `--preserve-merges` along to 'git rebase'
870- so that locally committed merge commits will not be flattened
871- by running 'git pull'.
869+ When preserve, also pass `--preserve-merges` along to 'git rebase'
870+ so that locally committed merge commits will not be flattened
871+ by running 'git pull'.
872872+
873873*NOTE*: this is a possibly dangerous operation; do *not* use
874874it unless you understand the implications (see linkgit:git-rebase[1]
@@ -2138,9 +2138,9 @@ pull.rebase::
21382138 pull" is run. See "branch.<name>.rebase" for setting this on a
21392139 per-branch basis.
21402140+
2141- When preserve, also pass `--preserve-merges` along to 'git rebase'
2142- so that locally committed merge commits will not be flattened
2143- by running 'git pull'.
2141+ When preserve, also pass `--preserve-merges` along to 'git rebase'
2142+ so that locally committed merge commits will not be flattened
2143+ by running 'git pull'.
21442144+
21452145*NOTE*: this is a possibly dangerous operation; do *not* use
21462146it unless you understand the implications (see linkgit:git-rebase[1]
You can’t perform that action at this time.
0 commit comments