Merge branch 'ks/rfc2047-one-char-at-a-time' into next
commita12465eb42676277c3a2740ab1135cb95adeef7d
authorJunio C Hamano <gitster@pobox.com>
Sat, 9 Mar 2013 21:03:05 +0000 (9 13:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 Mar 2013 21:03:06 +0000 (9 13:03 -0800)
treee343840f41a4f8d7a17b777125e08910e2099e2b
parentd86f8b365cb87cd2ab72dffa990104c210ec205e
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