Re: [PATCH v13 11/11] Documentation: add documentation for 'git interpret-trailers'

2014-08-21 Thread Marc Branchaud
On 14-08-20 11:39 PM, Christian Couder wrote: > On Thu, Aug 21, 2014 at 12:05 AM, Marc Branchaud wrote: >> On 14-08-16 12:06 PM, Christian Couder wrote: >>> + >>> +* after them it's only possible to have some lines that contain only >>> + spaces, and then a patch; the patch part is recognized usi

Re: [PATCH v13 11/11] Documentation: add documentation for 'git interpret-trailers'

2014-08-20 Thread Christian Couder
On Thu, Aug 21, 2014 at 12:05 AM, Marc Branchaud wrote: > On 14-08-16 12:06 PM, Christian Couder wrote: > >> +The trailers are recognized in the input message using the following >> +rules: >> + >> +* by default only lines that contains a ':' (colon) are considered > > s/contains/contain/ Ok. >>

Re: [PATCH v13 11/11] Documentation: add documentation for 'git interpret-trailers'

2014-08-20 Thread Marc Branchaud
On 14-08-16 12:06 PM, Christian Couder wrote: > While at it add git-interpret-trailers to "command-list.txt". > > Signed-off-by: Christian Couder > Signed-off-by: Junio C Hamano > --- > Documentation/git-interpret-trailers.txt | 308 > +++ > command-list.txt

[PATCH v13 11/11] Documentation: add documentation for 'git interpret-trailers'

2014-08-16 Thread Christian Couder
While at it add git-interpret-trailers to "command-list.txt". Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- Documentation/git-interpret-trailers.txt | 308 +++ command-list.txt | 1 + 2 files changed, 309 insertions(+) c