git-send-email: delay creation of MIME headers
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 25 Nov 2014 14:00:26 +0000 (15:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Nov 2014 22:00:14 +0000 (14:00 -0800)
commitbb29456c89599acfc3ef3046e6a55ce0f48c9865
tree3277c86e17aee3cf2c6bb166c0ba6837ac7778c2
parent652e759330da379a8e09e03bbf99e03c10c228cc
git-send-email: delay creation of MIME headers

After the next patch, git-send-email will sometimes modify
existing Content-Transfer-Encoding headers.  Delay the addition
of the header to @xh until just before sending.  Do the same
for MIME-Version, to avoid adding it twice.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl