git-send-email: skip RFC2047 quoting for ASCII subjects
commit5637d8573206e8c3d99abacb6b6ca3cf11816202
authorKrzysztof Mazur <krzysiek@podlesie.net>
Wed, 24 Oct 2012 08:03:35 +0000 (24 10:03 +0200)
committerJeff King <peff@peff.net>
Thu, 25 Oct 2012 10:04:38 +0000 (25 06:04 -0400)
treeddf154fb6efed55c2f9d73385a40c5de702b4f71
parent4a47a4ddec0d4d37e81ad63385ca287abfe90f9b
git-send-email: skip RFC2047 quoting for ASCII subjects

The git-send-email always use RFC2047 subject quoting for
files with "broken" encoding - non-ASCII files without
Content-Transfer-Encoding, even for ASCII subjects. This is
harmless but unnecessarily ugly for people reading the raw
headers. This patch skips rfc2047 quoting when the subject
does not need it.

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