author | Jeff King <peff@peff.net> | |
Fri, 28 Mar 2008 21:28:33 +0000 (17:28 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 May 2008 20:05:09 +0000 (13:05 -0700) | ||
commit | 0706bd19ef9b41e7519df2c73796ef93484272fd | |
tree | 2ca94cbd6c7971e36b709f0266d0e84726cb1c2e | tree | snapshot |
parent | e4d594c6bdcb25b996120fe21c901af7a08a7f6d | commit | diff |
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>
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 | diff | blob | history | |
t/t9001-send-email.sh | diff | blob | history |