Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'po/rerere-doc-fmt'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 25 Apr 2019 07:41:19 +0000
(16:41 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 25 Apr 2019 07:41:19 +0000
(16:41 +0900)
Docfix.
* po/rerere-doc-fmt:
rerere doc: quote `rerere.enabled`
Documentation/git-rerere.txt
patch
|
blob
|
history
raw
(from parent 1:
425e51e
)
diff --git
a/Documentation/git-rerere.txt
b/Documentation/git-rerere.txt
index df310d2a58cc6c30dfa6d2d8609149fbcf17ecca..95763d7581579f5e20d063e5b6cba20f8a6d59cf 100644
(file)
--- a/
Documentation/git-rerere.txt
+++ b/
Documentation/git-rerere.txt
@@
-24,7
+24,7
@@
on the initial manual merge, and applying previously recorded
hand resolutions to their corresponding automerge results.
[NOTE]
-You need to set the configuration variable
rerere.enabled
in order to
+You need to set the configuration variable
`rerere.enabled`
in order to
enable this command.