git-mailinfo fixes for patch munging
commit86747c132b87fc97bbb134baaffe9ecc12c5a90d
authorDon Zickus <dzickus@redhat.com>
Fri, 30 Mar 2007 16:18:45 +0000 (30 12:18 -0400)
committerJunio C Hamano <junkio@cox.net>
Sat, 31 Mar 2007 07:59:19 +0000 (31 00:59 -0700)
treed768118720b047d6512fa3c5e118ba2fe58b951c
parent5ae917acdf40444945271e5e014cda37e202504e
git-mailinfo fixes for patch munging

Don't translate the patch to UTF-8, instead preserve the data as
is.  This also reverts a test case that was included in the
original patch series.

Also allow overwriting the authorship and title information we
gather from RFC2822 mail headers with additional in-body
headers, which was pointed out by Linus.

Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-mailinfo.c
t/t5100/patch0005