Code

send-email: add transfer encoding header with content-type
authorJeff King <peff@peff.net>
Tue, 20 Nov 2007 12:54:04 +0000 (07:54 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2007 06:58:53 +0000 (22:58 -0800)
commit8641ee3dcbae749c42b7cf117ba3050e2cb95a93
tree76d0dd43135a93a48db84681f91df40c8af926d5
parent97e92e2cbca3dc850d8b04b30740be8d81c17552
send-email: add transfer encoding header with content-type

We add the content-type header only when we have non-7bit
characters from the 'From' header, so we really need to
specify the encoding (in other cases, where the commit text
needed a content-type, git-format-patch will already have
added the encoding header).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl