]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: use UTF-8 rather than utf-8 for consistency
authorBrandon Casey <drafnel@gmail.com>
Sun, 7 Jun 2009 01:12:31 +0000 (20:12 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2009 07:15:57 +0000 (00:15 -0700)
commitd1fff6fce0e065d1dbb1450146a6f6f79b349229
tree8f1fb15cb61d6db455dedabf01cfda3fda370f9b
parenta3a8262bf6e2acbb1b61cc25be073713e183c766
send-email: use UTF-8 rather than utf-8 for consistency

The rest of the git source has been converted to use upper-case character
encoding names to assist older platforms.  The charset attribute of MIME
is defined to be case-insensitive, but older platforms may still have an
easier time dealing with upper-case rather than lower-case.  So do so for
send-email too.

Update t9001 to handle the changes.

Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl
t/t9001-send-email.sh