Skip to content

Commit bfb5f57

Browse files
Linus Arvergitster
authored andcommitted
doc: trailer: fix grammar
Signed-off-by: Linus Arver <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fe86abd commit bfb5f57

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
@@ -14,7 +14,7 @@ SYNOPSIS
1414

1515
DESCRIPTION
1616
-----------
17-
Help parsing or adding 'trailers' lines, that look similar to RFC 822 e-mail
17+
Parse or add 'trailer' lines that look similar to RFC 822 e-mail
1818
headers, at the end of the otherwise free-form part of a commit
1919
message.
2020

@@ -249,10 +249,10 @@ for the same <token>, 'trailer.<token>.cmd' is used and
249249
'trailer.<token>.command' is ignored.
250250

251251
trailer.<token>.cmd::
252-
This option can be used to specify a shell command that will be called:
252+
This option can be used to specify a shell command that will be called
253253
once to automatically add a trailer with the specified <token>, and then
254-
each time a '--trailer <token>=<value>' argument to modify the <value> of
255-
the trailer that this option would produce.
254+
called each time a '--trailer <token>=<value>' argument is specified to
255+
modify the <value> of the trailer that this option would produce.
256256
+
257257
When the specified command is first called to add a trailer
258258
with the specified <token>, the behavior is as if a special

0 commit comments

Comments
 (0)