Re: PATCH/RFC: format-patch: Add format.subjectprefixsep to change separators

2015-01-08 Thread Marc Finet
On Sun, Jan 04, 2015 at 11:55:24AM -0800, Junio C Hamano wrote: > Marc Finet writes: > > > Some mailing list use "PATCH:" rather than "[PATCH]" to prefix > > patches, so introduce a new option to configure: > > - 2 chars that would enclose PATCH (and counters) > > - 1 char that would come just

Re: PATCH/RFC: format-patch: Add format.subjectprefixsep to change separators

2015-01-04 Thread Junio C Hamano
Marc Finet writes: > Some mailing list use "PATCH:" rather than "[PATCH]" to prefix > patches, so introduce a new option to configure: > - 2 chars that would enclose PATCH (and counters) > - 1 char that would come just after the PATCH (and counters) > --- > This mail has been sent with: > git

PATCH/RFC: format-patch: Add format.subjectprefixsep to change separators

2015-01-04 Thread Marc Finet
Some mailing list use "PATCH:" rather than "[PATCH]" to prefix patches, so introduce a new option to configure: - 2 chars that would enclose PATCH (and counters) - 1 char that would come just after the PATCH (and counters) --- This mail has been sent with: git -c format.subjectprefixsep=: send-e