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 <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
brian m. carlson committed
Feb 13, 2018 at 02:23 UTC
760f1ad101fe9f1a5f8cf5ba6637de835987f27a
1 file changed
+1
-1
Documentation/git-interpret-trailers.txt
+1
-1
@@ -48,7 +48,7 @@ with only spaces at the end of the commit message part, one blank line
48
will be added before the new trailer.
49
50
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
52
least one Git-generated or user-configured trailer and consists of at
53
least 25% trailers.
54
The group must be preceded by one or more empty (or whitespace-only) lines.