Merge branch 'ks/rfc2047-one-char-at-a-time' into maint
commite6658b9d6917d9888fa41702bf53393c57de0631
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Apr 2013 16:25:29 +0000 (3 09:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Apr 2013 16:25:29 +0000 (3 09:25 -0700)
tree107e97e2b52e8c434b265b0889d649ba72946ad9
parenta9dc3b64814f6fd1b978f10c6565bedae5965ad9
parent6cd3c0532772749bcf6c4688f34c8ecc65ecb655
Merge branch 'ks/rfc2047-one-char-at-a-time' into maint

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