Merge branch 'mt/send-email-cc-match-fix'
commit908b3601e67e21996c1df5807761f42dcd72c2c5
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Jun 2013 15:46:20 +0000 (14 08:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Jun 2013 15:46:20 +0000 (14 08:46 -0700)
tree3e7debbac36d66bde3afd030791edd042aaba769
parent7a9cc7b064f18ac1f798a8840f15b561d09f6a20
parent14952666d18e5256e1796633e5a927891e77a8de
Merge branch 'mt/send-email-cc-match-fix'

Logic git-send-email used to suppress cc mishandled names like "A
U. Thor" <author@example.xz>, where the human readable part needs
to be quoted (the user input may not have the double quotes around
the name, and comparison was done between quoted and unquoted
strings).

* mt/send-email-cc-match-fix:
  test-send-email: test for pre-sanitized self name
  t/send-email: test suppress-cc=self with non-ascii
  t/send-email: add test with quoted sender
  send-email: make --suppress-cc=self sanitize input
  t/send-email: test suppress-cc=self on cccmd
  send-email: fix suppress-cc=self on cccmd
  t/send-email.sh: add test for suppress-cc=self
git-send-email.perl
t/t9001-send-email.sh