]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs/interpret-trailers: fix agreement error
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 13 Feb 2018 02:23:52 +0000 (02:23 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2018 17:45:45 +0000 (09:45 -0800)
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 <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-interpret-trailers.txt

index 09074c75a46b148485f836e1e10d7590f98d54b6..a861fc0c8435311af9b61cfab4cff9ac98fc4d30 100644 (file)
@@ -48,7 +48,7 @@ with only spaces at the end of the commit message part, one blank line
 will be added before the new trailer.
 
 Existing trailers are extracted from the input message by looking for
-a group of one or more lines that (i) are all trailers, or (ii) contains at
+a group of one or more lines that (i) is all trailers, or (ii) contains at
 least one Git-generated or user-configured trailer and consists of at
 least 25% trailers.
 The group must be preceded by one or more empty (or whitespace-only) lines.