author | Junio C Hamano <junkio@cox.net> | |
Thu, 5 Oct 2006 23:36:49 +0000 (16:36 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 6 Oct 2006 06:13:26 +0000 (23:13 -0700) | ||
commit | ce91c2f6538fc4a905882f2a7a57d814d82b13e8 | |
tree | 22445111f097fd98083c41109b9d3437002e2f9a | tree | snapshot |
parent | abd6970acad5d758f48c13f7420367ae8216038e | commit | diff |
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>
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 | diff | blob | history |