]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: specify content-type of --compose body
authorJeff King <peff@peff.net>
Fri, 28 Mar 2008 21:28:33 +0000 (17:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 May 2008 20:05:09 +0000 (13:05 -0700)
commit0706bd19ef9b41e7519df2c73796ef93484272fd
tree2ca94cbd6c7971e36b709f0266d0e84726cb1c2e
parente4d594c6bdcb25b996120fe21c901af7a08a7f6d
send-email: specify content-type of --compose body

If the compose message contains non-ascii characters, then
we assume it is in utf-8 and include the appropriate MIME
headers. If the user has already included a MIME-Version
header, then we assume they know what they are doing and
don't add any headers.

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