Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/config: fix formatting for branch.*.rebase and pull.rebase
author
Andreas Schwab
<schwab@linux-m68k.org>
Sat, 12 Sep 2015 14:26:53 +0000
(16:26 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 13 Sep 2015 01:09:24 +0000
(18:09 -0700)
Don't format the second paragraph as a literal block.
Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
66713ef
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index 4c22be20cc00077820a0e1da472e7e7d9d6ad244..0ed61d7e5eaf467fc39b4a51f39bec7c09bcbcfc 100644
(file)
--- a/
Documentation/config.txt
+++ b/
Documentation/config.txt
@@
-766,9
+766,9
@@
branch.<name>.rebase::
"git pull" is run. See "pull.rebase" for doing this in a non
branch-specific manner.
+
"git pull" is run. See "pull.rebase" for doing this in a non
branch-specific manner.
+
-
When preserve, also pass `--preserve-merges` along to 'git rebase'
-
so that locally committed merge commits will not be flattened
-
by running 'git pull'.
+When preserve, also pass `--preserve-merges` along to 'git rebase'
+so that locally committed merge commits will not be flattened
+by running 'git pull'.
+
*NOTE*: this is a possibly dangerous operation; do *not* use
it unless you understand the implications (see linkgit:git-rebase[1]
+
*NOTE*: this is a possibly dangerous operation; do *not* use
it unless you understand the implications (see linkgit:git-rebase[1]
@@
-1830,9
+1830,9
@@
pull.rebase::
pull" is run. See "branch.<name>.rebase" for setting this on a
per-branch basis.
+
pull" is run. See "branch.<name>.rebase" for setting this on a
per-branch basis.
+
-
When preserve, also pass `--preserve-merges` along to 'git rebase'
-
so that locally committed merge commits will not be flattened
-
by running 'git pull'.
+When preserve, also pass `--preserve-merges` along to 'git rebase'
+so that locally committed merge commits will not be flattened
+by running 'git pull'.
+
*NOTE*: this is a possibly dangerous operation; do *not* use
it unless you understand the implications (see linkgit:git-rebase[1]
+
*NOTE*: this is a possibly dangerous operation; do *not* use
it unless you understand the implications (see linkgit:git-rebase[1]