Skip to content

Commit 1c1fee7

Browse files
committed
Merge branch 'as/config-doc-markup-fix'
* as/config-doc-markup-fix: Documentation/config: fix formatting for branch.*.rebase and pull.rebase
2 parents f4d9753 + d238710 commit 1c1fee7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/config.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
874874
it 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
21462146
it unless you understand the implications (see linkgit:git-rebase[1]

0 commit comments

Comments
 (0)