Re: [PATCH V3] git-send-email: Add auto-cc to all body signatures

2015-12-02 Thread Joe Perches
On Wed, 2015-12-02 at 09:58 -0800, Junio C Hamano wrote: > "Trailers" are not limited to "*-by:" btw:  what are "Trailers" limited by? -- 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

[PATCH V3] git-send-email: Add auto-cc to all body signatures

2015-12-02 Thread Joe Perches
Many types of signatures are used by various projects. The most common type is formatted: "[some_signature_type]-by: First Last domain.tld>" e.g: "Reported-by: First Last domain.tld>" (no quotes are used) Make git-send-email use these signatures as "CC:" entries. Add command

Re: [PATCH V3] git-send-email: Add auto-cc to all body signatures

2015-12-02 Thread Junio C Hamano
Joe Perches writes: > Many types of signatures are used by various projects. > > The most common type is formatted: > "[some_signature_type]-by: First Last domain.tld>" > e.g: > "Reported-by: First Last domain.tld>" (no quotes are used) > > Make git-send-email use

Re: [PATCH V3] git-send-email: Add auto-cc to all body signatures

2015-12-02 Thread Joe Perches
On Wed, 2015-12-02 at 09:58 -0800, Junio C Hamano wrote: > Joe Perches writes: > > > Many types of signatures are used by various projects. > > > > The most common type is formatted: > > "[some_signature_type]-by: First Last domain.tld>" > > e.g: > > "Reported-by: