From: Junio C Hamano Date: Fri, 14 Jun 2013 15:46:20 +0000 (-0700) Subject: Merge branch 'mt/send-email-cc-match-fix' X-Git-Tag: v1.8.4-rc0~168 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=908b3601e67e21996c1df5807761f42dcd72c2c5;p=git.git Merge branch 'mt/send-email-cc-match-fix' Logic git-send-email used to suppress cc mishandled names like "A U. Thor" , 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 --- 908b3601e67e21996c1df5807761f42dcd72c2c5