git-send-email: use compose-encoding for Subject
commit4a47a4ddec0d4d37e81ad63385ca287abfe90f9b
authorKrzysztof Mazur <krzysiek@podlesie.net>
Mon, 22 Oct 2012 12:41:48 +0000 (22 14:41 +0200)
committerJeff King <peff@peff.net>
Thu, 25 Oct 2012 10:00:07 +0000 (25 06:00 -0400)
tree1c86707e877c0a1f371df35546d2c8fb991f1cdd
parent62e0069056ed11294c29bae25df69b6518f6339e
git-send-email: use compose-encoding for Subject

The commit "git-send-email: introduce compose-encoding" introduced
the compose-encoding option to specify the introduction email encoding
(--compose option), but the email Subject encoding was still hardcoded
to UTF-8.

Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>
Signed-off-by: Jeff King <peff@peff.net>
git-send-email.perl
t/t9001-send-email.sh