]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mm/send-email-cc-cruft-after-address'
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2016 20:14:53 +0000 (13:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2016 20:14:53 +0000 (13:14 -0700)
commitbdcaebbedd54eeaf430ad1e4093a07922fe656d9
treeb1724441036be9be5f3f71c03382c709cf70d984
parent24cfb6ff58d849201de35c87663b83affd1b7f72
parentdcfafc5214e6af277aa8565af4f63b20046d65bf
Merge branch 'mm/send-email-cc-cruft-after-address'

"git send-email" attempts to pick up valid e-mails from the
trailers, but people in real world write non-addresses there, like
"Cc: Stable <add@re.ss> # 4.8+", which broke the output depending
on the availability and vintage of Mail::Address perl module.

* mm/send-email-cc-cruft-after-address:
  Git.pm: add comment pointing to t9000
  t9000-addresses: update expected results after fix
  parse_mailboxes: accept extra text after <...> address
perl/Git.pm
t/t9001-send-email.sh