]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
Perform correct quoting of recipient names.
authorRobin H. Johnson <robbat2@gentoo.org>
Thu, 26 Apr 2007 02:37:19 +0000 (19:37 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 26 Apr 2007 04:11:15 +0000 (21:11 -0700)
commit732263d411fe2e3e29ee9fa1c2ad1a20bdea062c
tree3ac30345854f6c9948dbdb2ad77683c4c42847da
parentaf068d274245be9aedc58e6835c2e43329639974
Perform correct quoting of recipient names.

Always perform quoting of the recipient names if they contain periods,
previously only the author's address was treated this way. This stops sendmail
binaries from exploding the name into bad addresses.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl