Re: In-body from headers ignored

2017-02-05 Thread Liam Breck
On Sun, Feb 5, 2017 at 3:43 PM, Junio C Hamano wrote: > Liam Breck writes: > >> git format-patch & send-email generate the in-body From header. >> >> git am recognizes it. >> >> git commit & format-patch & send-email ignore it. (The latter two will >> add a new header above an extant one.) Is the

Re: In-body from headers ignored

2017-02-05 Thread Junio C Hamano
Liam Breck writes: > git format-patch & send-email generate the in-body From header. > > git am recognizes it. > > git commit & format-patch & send-email ignore it. (The latter two will > add a new header above an extant one.) Is there a rationale for this? I may be misunderstanding you, but I a

In-body from headers ignored

2017-02-05 Thread Liam Breck
git format-patch & send-email generate the in-body From header. git am recognizes it. git commit & format-patch & send-email ignore it. (The latter two will add a new header above an extant one.) Is there a rationale for this? If not, maybe this is a bug?