summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-02 15:06:02 +0900
committerJunio C Hamano <gitster@pobox.com>2017-06-02 15:06:02 +0900
commite2be7dd4f7933048c706187228b22961c43d2896 (patch)
treea2f968dc87da912f54185625c988561908579048
parent9ff15b080c447d5ae69f63553becd20b7c414c52 (diff)
parentb275da816c7eaf91b38c7de8757e461f4c92c0a4 (diff)
downloadgit-e2be7dd4f7933048c706187228b22961c43d2896.tar.gz
Merge branch 'ah/doc-interpret-trailers-ifexists'
Documentation fix. * ah/doc-interpret-trailers-ifexists: Documentation: fix reference to ifExists for interpret-trailers
-rw-r--r--Documentation/git-interpret-trailers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt
index 09074c75a4..31cdeaecdf 100644
--- 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`, `overwrite` or `doNothing`.
+is the default), `addIfDifferent`, `add`, `replace` 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