format-patch: rfc2047-encode newlines in headers
authorJeff King <peff@peff.net>
Wed, 23 Feb 2011 09:59:18 +0000 (04:59 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Feb 2011 00:09:33 +0000 (16:09 -0800)
These should generally never happen, as we already
concatenate multiples in subjects into a single line. But
let's be defensive, since not encoding them means we will
output malformed headers.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found