Merge branch 'jh/send-email-one-cc'
commitea1e784c4739ff35b05a4ddc959482eb00ef48d6
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:24:23 +0000 (10 13:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:24:23 +0000 (10 13:24 -0800)
treee9151ac5280d0b85ac1d9f7de8641ebf12dd13d9
parentfc32293502e86be2cabbe5e8e5863a2b657207b8
parent9d3343961b845c02f9a3e0e9535492687c404b17
Merge branch 'jh/send-email-one-cc'

"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