Skip to content

Commit 760f1ad

Browse files
bk2204gitster
authored andcommitted
docs/interpret-trailers: fix agreement error
In the description of git interpret-trailers, we describe "a group…of lines" that have certain characteristics. Ensure both options describing this group use a singular verb for parallelism. Signed-off-by: brian m. carlson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 39aaab1 commit 760f1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-interpret-trailers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ with only spaces at the end of the commit message part, one blank line
4848
will be added before the new trailer.
4949

5050
Existing trailers are extracted from the input message by looking for
51-
a group of one or more lines that (i) are all trailers, or (ii) contains at
51+
a group of one or more lines that (i) is all trailers, or (ii) contains at
5252
least one Git-generated or user-configured trailer and consists of at
5353
least 25% trailers.
5454
The group must be preceded by one or more empty (or whitespace-only) lines.

0 commit comments

Comments
 (0)