Merge branch 'js/format-2047' into next
commit76d91fe3b49d286935b38a435d913439def5f6d0
authorJeff King <peff@peff.net>
Thu, 25 Oct 2012 11:16:05 +0000 (25 07:16 -0400)
committerJeff King <peff@peff.net>
Thu, 25 Oct 2012 11:16:07 +0000 (25 07:16 -0400)
tree54d8ac45dc5ed094a85acfbd87868124cfd9a64e
parentc2cd3585217765a69fc67f1e6ed59ab4f36791e4
parent25dc8dad3a7c9f5426f549701e22eec1f894fec8
Merge branch 'js/format-2047' into next

Fixes many rfc2047 quoting issues in the output from format-patch.

* js/format-2047:
  format-patch tests: check quoting/encoding in To: and Cc: headers
  format-patch: fix rfc2047 address encoding with respect to rfc822 specials
  format-patch: make rfc2047 encoding more strict
  format-patch: introduce helper function last_line_length()
  format-patch: do not wrap rfc2047 encoded headers too late
  format-patch: do not wrap non-rfc2047 headers too early
  utf8: fix off-by-one wrapping of text
git-compat-util.h
t/t4202-log.sh
utf8.c