]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
git-send-email: do not drop custom headers the user prepared
authorJunio C Hamano <junkio@cox.net>
Thu, 5 Oct 2006 23:36:49 +0000 (16:36 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 6 Oct 2006 06:13:26 +0000 (23:13 -0700)
commitce91c2f6538fc4a905882f2a7a57d814d82b13e8
tree22445111f097fd98083c41109b9d3437002e2f9a
parentabd6970acad5d758f48c13f7420367ae8216038e
git-send-email: do not drop custom headers the user prepared

The command picked up only Subject, CC, and From headers in the
incoming mbox text.  Sending out patches prepared by
git-format-patch with user's custom headers was impossible with
that.

Just keep the ones it does not need to look at and add them to
the header of the message when sending it out.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl