Merge branch 'ks/rfc2047-one-char-at-a-time'
commit573f1a9cf163365637a36a6d95c670883a918352
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Mar 2013 21:00:46 +0000 (25 14:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Mar 2013 21:00:46 +0000 (25 14:00 -0700)
treeeffc3020b28a5f60dfb0f20151bd47a315f342da
parentfb3b7b1f95ce3c39f1116ebabf0bbcbfd3bb8796
parent6cd3c0532772749bcf6c4688f34c8ecc65ecb655
Merge branch 'ks/rfc2047-one-char-at-a-time'

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