summaryrefslogtreecommitdiff
path: root/t/t4100/t-apply-2.patch
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2011-04-14 18:18:09 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-04-14 15:42:04 -0700
commit990f6e30eb00adeb8cad75c3be34c0fc9ff6abb0 (patch)
tree685bbcb7ee8cebd6facdbad4cafa0268077b49cb /t/t4100/t-apply-2.patch
parentformat-patch: rfc2047-encode newlines in headers (diff)
downloadtgif-990f6e30eb00adeb8cad75c3be34c0fc9ff6abb0.tar.xz
format-patch: wrap email addresses after long names
We already wrap names in "from" headers, which tend to be the long part of an address. But it's also possible for a long name to not be wrapped, but to make us want to wrap the email address. For example (imagine for the sake of readability we want to wrap at 50 characters instead of 78): From: this is my really long git name <foo@example.com> The name does not overflow the line, but the name and email together do. So we would rather see: From: this is my really long git name <git@example.com> Because we wrap the name separately during add_rfc2047, we neglected this case. Instead, we should see how long the final line of the wrapped name ended up, and decide whether or not to wrap based on that. We can't break the address into multiple parts, so we either leave it with the name, or put it by itself on a line. Test by Erik Faye-Lund. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4100/t-apply-2.patch')
0 files changed, 0 insertions, 0 deletions