aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-interpret-trailers.txt
diff options
context:
space:
mode:
authorLinus Arver <linusa@google.com>2023-09-07 22:20:08 +0000
committerJunio C Hamano <gitster@pobox.com>2023-09-07 23:04:44 -0700
commitab76661f221807b0c8d71ed7acb259575205f4e9 (patch)
treeea971b8a11c109c5afa799c68015b938edb1b93f /Documentation/git-interpret-trailers.txt
parentdb97296122b8cfb14cd166124d3e933df64c9a78 (diff)
downloadgit-ab76661f221807b0c8d71ed7acb259575205f4e9.tar.gz
trailer doc: separator within key suppresses default separator
Signed-off-by: Linus Arver <linusa@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-interpret-trailers.txt')
-rw-r--r--Documentation/git-interpret-trailers.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt
index a288ff111c..25433e1a1f 100644
--- a/Documentation/git-interpret-trailers.txt
+++ b/Documentation/git-interpret-trailers.txt
@@ -255,8 +255,8 @@ trailer.<token>.key::
but this can be changed using the `trailer.separators` config
variable.
+
-If there is a separator, then the key will be used instead of both the
-<token> and the default separator when adding the trailer.
+If there is a separator in the key, then it overrides the default
+separator when adding the trailer.
trailer.<token>.where::
This option takes the same values as the 'trailer.where'