Re: [PATCH] Documentation/git-am: Document supported --patch-format options

2014-03-17 Thread Chris Packham
On 17/03/14 19:39, Junio C Hamano wrote: > Chris Packham writes: > >> Ping? > > Hasn't it been already cooking in 'next' for a few days? > Indeed I think I missed a "What's cooking". Do you want me to submit a fixup for the spelling mistake? -- To unsubscribe from this list: send the line "uns

Re: [PATCH] Documentation/git-am: Document supported --patch-format options

2014-03-16 Thread Junio C Hamano
Chris Packham writes: > Ping? Hasn't it been already cooking in 'next' for a few days? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Documentation/git-am: Document supported --patch-format options

2014-03-16 Thread Chris Packham
On 11/03/14 16:51, Chris Packham wrote: > The --patch-format option has been supported for a while but it is not > mentioned in the man page and the short help cannot tell the user what > the supported formats are. Add the option to the man page along with the > supported options. > > Signed-off-b