Re: Can cc's be included in patches sent by send-email

2016-08-11 Thread Philip Oakley
From: "Junio C Hamano" Jacob Keller writes: On Thu, Aug 11, 2016 at 12:58 AM, Jacob Keller wrote: On Thu, Aug 11, 2016 at 12:32 AM, Philip Oakley wrote: While 'git send-email' can have multiple --cc="addressee" options on the command line, is it possible for the "cc:addressee" to actually

Re: Can cc's be included in patches sent by send-email

2016-08-11 Thread Philip Oakley
From: "Jacob Keller" On Thu, Aug 11, 2016 at 12:58 AM, Jacob Keller wrote: On Thu, Aug 11, 2016 at 12:32 AM, Philip Oakley wrote: While 'git send-email' can have multiple --cc="addressee" options on the command line, is it possible for the "cc:addressee" to actually be included in the patch

Re: Can cc's be included in patches sent by send-email

2016-08-11 Thread Junio C Hamano
On Thu, Aug 11, 2016 at 10:57 AM, Junio C Hamano wrote: > > Also, those who do not want to see Cc: in headers (like me) can Stupid typo that ruins the whole message. I meant "in FOOTERS". > instead edit the header part of the format-patch output to add Cc: > lines and they should be picked up.

Re: Can cc's be included in patches sent by send-email

2016-08-11 Thread Junio C Hamano
Jacob Keller writes: > On Thu, Aug 11, 2016 at 12:58 AM, Jacob Keller wrote: >> On Thu, Aug 11, 2016 at 12:32 AM, Philip Oakley wrote: >>> While 'git send-email' can have multiple --cc="addressee" options on the >>> command line, is it possible for the "cc:addressee" to actually be >>> included

Re: Can cc's be included in patches sent by send-email

2016-08-11 Thread Jacob Keller
On Thu, Aug 11, 2016 at 12:58 AM, Jacob Keller wrote: > On Thu, Aug 11, 2016 at 12:32 AM, Philip Oakley wrote: >> While 'git send-email' can have multiple --cc="addressee" options on the >> command line, is it possible for the "cc:addressee" to actually be >> included in the patches that are to b

Re: Can cc's be included in patches sent by send-email

2016-08-11 Thread Jacob Keller
On Thu, Aug 11, 2016 at 12:32 AM, Philip Oakley wrote: > While 'git send-email' can have multiple --cc="addressee" options on the > command line, is it possible for the "cc:addressee" to actually be > included in the patches that are to be sent, so that different patches can > have different addre

Can cc's be included in patches sent by send-email

2016-08-11 Thread Philip Oakley
While 'git send-email' can have multiple --cc="addressee" options on the command line, is it possible for the "cc:addressee" to actually be included in the patches that are to be sent, so that different patches can have different addressee? The fortmat-patch can include appropriate from lines,