Merge branch 'ks/rfc2047-one-char-at-a-time' into next
commit577ddf25d6855996be7aef6bddaf97743f923310
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Mar 2013 22:57:15 +0000 (19 15:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Mar 2013 22:57:15 +0000 (19 15:57 -0700)
treecee501f0658c1bfbc7c760fb2f3c19bc0a343a6c
parentd2b4227a55e79cfa33aefd1c156a8a6a436ca79d
parent6cd3c0532772749bcf6c4688f34c8ecc65ecb655
Merge branch 'ks/rfc2047-one-char-at-a-time' into next

When "format-patch" quoted a non-ascii strings on the header files,
it incorrectly applied rfc2047 and chopped a single character in
the middle of it.

* ks/rfc2047-one-char-at-a-time:
  format-patch: RFC 2047 says multi-octet character may not be split
pretty.c
t/t4014-format-patch.sh
utf8.c
utf8.h