Skip to content

Commit 8e80f29

Browse files
Linus Arvergitster
authored andcommitted
doc: trailer: use angle brackets for <token> and <value>
We already use angle brackets elsewhere, so this makes things more consistent. Signed-off-by: Linus Arver <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 74a50fb commit 8e80f29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-interpret-trailers.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ non-whitespace lines before a line that starts with '---' (followed by a
6666
space or the end of the line).
6767

6868
When reading trailers, there can be no whitespace before or inside the
69-
token, but any number of regular space and tab characters are allowed
70-
between the token and the separator. There can be whitespaces before,
71-
inside or after the value. The value may be split over multiple lines
69+
<token>, but any number of regular space and tab characters are allowed
70+
between the <token> and the separator. There can be whitespaces before,
71+
inside or after the <value>. The <value> may be split over multiple lines
7272
with each subsequent line starting with at least one whitespace, like
7373
the "folding" in RFC 822.
7474

@@ -241,7 +241,7 @@ trailer.<token>.command::
241241
This option behaves in the same way as 'trailer.<token>.cmd', except
242242
that it doesn't pass anything as argument to the specified command.
243243
Instead the first occurrence of substring $ARG is replaced by the
244-
value that would be passed as argument.
244+
<value> that would be passed as argument.
245245
+
246246
The 'trailer.<token>.command' option has been deprecated in favor of
247247
'trailer.<token>.cmd' due to the fact that $ARG in the user's command is

0 commit comments

Comments
 (0)