Merge branch 'jh/send-email-one-cc' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Mar 2017 21:50:13 +0000 (13:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Mar 2017 21:50:13 +0000 (13:50 -0800)
commit32c0e6ad883c3a31dcfb66436f9966c2fa883f77
treeb92ccd72dd0939b9f7ecb600482cc53fa78aae3f
parent69191becd62657330e0570c7903a6074d352073d
parent9d3343961b845c02f9a3e0e9535492687c404b17
Merge branch 'jh/send-email-one-cc' into next

"Cc:" on the trailer part does not have to conform to RFC strictly,
unlike in the e-mail header.  "git send-email" has been updated to
ignore anything after '>' when picking addresses, to allow non-address
cruft like " # stable 4.4" after the address.

* jh/send-email-one-cc:
  send-email: only allow one address per body tag
git-send-email.perl
t/t9001-send-email.sh