git-send-email: real name with period need to be dq-quoted on From: line
commit7a2a0d214169a5d6f22fc62c4ae6a7ca5b27fb3e
authorJunio C Hamano <junkio@cox.net>
Fri, 6 Oct 2006 06:40:15 +0000 (5 23:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 6 Oct 2006 06:40:15 +0000 (5 23:40 -0700)
treef59e51e784820ffcf4a58aa7db60917aa867c458
parentce91c2f6538fc4a905882f2a7a57d814d82b13e8
git-send-email: real name with period need to be dq-quoted on From: line

An author name like 'A. U. Thor <a.u.thor@example.com>" is not a
valid RFC 2822 address; when placing it on From: line, we would
need to quote it, like this:

Signed-off-by: "Junio C. Hamano" <junkio@cox.net>
git-send-email.perl