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::
866
866
"git pull" is run. See "pull.rebase" for doing this in a non
867
867
branch-specific manner.
868
868
+
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'.
872
872
+
873
873
*NOTE*: this is a possibly dangerous operation; do *not* use
874
874
it unless you understand the implications (see linkgit:git-rebase[1]
@@ -2138,9 +2138,9 @@ pull.rebase::
2138
2138
pull" is run. See "branch.<name>.rebase" for setting this on a
2139
2139
per-branch basis.
2140
2140
+
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'.
2144
2144
+
2145
2145
*NOTE*: this is a possibly dangerous operation; do *not* use
2146
2146
it unless you understand the implications (see linkgit:git-rebase[1]
You can’t perform that action at this time.
0 commit comments