From: Junio C Hamano Date: Mon, 15 Jul 2013 17:34:36 +0000 (-0700) Subject: Merge branch 'mt/send-email-cc-match-fix' into maint X-Git-Tag: v1.8.3.3~6 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/8ca36db01371b67293f85ca66d8a022f4a8477a3 Merge branch 'mt/send-email-cc-match-fix' into maint Logic used by git-send-email 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). It also mishandled names that need RFC2047 quoting. * mt/send-email-cc-match-fix: send-email: sanitize author when writing From line send-email: add test for duplicate utf8 name 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 --- 8ca36db01371b67293f85ca66d8a022f4a8477a3