Re: [PATCH v3] format-patch: Add --rfc for the common case of [RFC PATCH]

2016-09-21 Thread Junio C Hamano
Josh Triplett writes: > This provides a shorter and more convenient alias for > --subject-prefix='RFC PATCH'. Shorter and more convenient is quite subjective but more important as a justification is that we believe [RFC PATCH] is used fairly commonly (at least in certain circles). > Includes do

Re: [PATCH v3] format-patch: Add --rfc for the common case of [RFC PATCH]

2016-09-19 Thread Jeff King
On Mon, Sep 19, 2016 at 09:23:25PM -0700, Josh Triplett wrote: > This provides a shorter and more convenient alias for > --subject-prefix='RFC PATCH'. > > Includes documentation in the format-patch manpage, and a new test > covering --rfc. > > Signed-off-by: Josh Triplett > --- > v3: > - Fix an

[PATCH v3] format-patch: Add --rfc for the common case of [RFC PATCH]

2016-09-19 Thread Josh Triplett
This provides a shorter and more convenient alias for --subject-prefix='RFC PATCH'. Includes documentation in the format-patch manpage, and a new test covering --rfc. Signed-off-by: Josh Triplett --- v3: - Fix an error message referring to --subject-prefix - Expand the acronym "RFC" v2: - Add do