Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ah/doc-interpret-trailers-ifexists' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 5 Jun 2017 00:03:19 +0000
(09:03 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 5 Jun 2017 00:03:19 +0000
(09:03 +0900)
Documentation fix.
* ah/doc-interpret-trailers-ifexists:
Documentation: fix reference to ifExists for interpret-trailers
Documentation/git-interpret-trailers.txt
patch
|
blob
|
history
raw
(from parent 1:
0d86bbd
)
diff --git
a/Documentation/git-interpret-trailers.txt
b/Documentation/git-interpret-trailers.txt
index 09074c75a46b148485f836e1e10d7590f98d54b6..31cdeaecdfde8fb358c35c3a9a2e3c4279d440d0 100644
(file)
--- a/
Documentation/git-interpret-trailers.txt
+++ b/
Documentation/git-interpret-trailers.txt
@@
-123,7
+123,7
@@
trailer.ifexists::
same <token> in the message.
+
The valid values for this option are: `addIfDifferentNeighbor` (this
-is the default), `addIfDifferent`, `add`, `
overwrit
e` or `doNothing`.
+is the default), `addIfDifferent`, `add`, `
replac
e` or `doNothing`.
+
With `addIfDifferentNeighbor`, a new trailer will be added only if no
trailer with the same (<token>, <value>) pair is above or below the line