Re: [PATCH] docs/interpret-trailers: fix agreement error

2018-02-10 Thread brian m. carlson
On Thu, Feb 08, 2018 at 12:29:53PM -0800, Junio C Hamano wrote: > Jonathan Tan writes: > > > On Thu, 8 Feb 2018 02:56:14 + > > "brian m. carlson" wrote: > > > >> Existing trailers are extracted from the input message by looking for > >> -a group of one or more lines that (i) are all traile

Re: [PATCH] docs/interpret-trailers: fix agreement error

2018-02-08 Thread Junio C Hamano
Jonathan Tan writes: > On Thu, 8 Feb 2018 02:56:14 + > "brian m. carlson" wrote: > >> 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 >> -least one Git-generated or user-configured trailer

Re: [PATCH] docs/interpret-trailers: fix agreement error

2018-02-08 Thread Jonathan Tan
On Thu, 8 Feb 2018 02:56:14 + "brian m. carlson" wrote: > 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 > -least one Git-generated or user-configured trailer and consists of at > +a group

[PATCH] docs/interpret-trailers: fix agreement error

2018-02-07 Thread brian m. carlson
In the description of git interpret-trailers, we describe "a group…of lines" that have certain characteristics. Because the first option uses a plural verb (referring to "lines"), the second option must also use plural verbs for parallelism. Signed-off-by: brian m. carlson --- I'm somewhat on th