]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: rfc2047-quote subject lines with non-ascii characters
authorJeff King <peff@peff.net>
Fri, 28 Mar 2008 21:29:01 +0000 (17:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 May 2008 20:05:10 +0000 (13:05 -0700)
commitd54eaaa268eb79a51ac11bfa8bbfb456c0b1a1fa
tree5951cb2f77b339bf1a210169bba114b007dd8416
parent0706bd19ef9b41e7519df2c73796ef93484272fd
send-email: rfc2047-quote subject lines with non-ascii characters

We always use 'utf-8' as the encoding, since we currently
have no way of getting the information from the user.

This also refactors the quoting of recipient names, since
both processes can share the rfc2047 quoting code.

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