On Tue, May 28, 2013 at 01:40:20AM +0200, Jason A. Donenfeld wrote:
My commit author name is "Jason A. Donenfeld". Because this has a dot,
SMTP handling likes to put it in quotes.
git-send-email has this line:
if (defined $author and $author ne $sender) {
With my name, this always winds up false, because it's comparing
'"Jason A. Donenfeld" [off-list ref]' with 'Jason A. Donenfeld
[off-list ref]'.
So, the logic needs to be fixed somehow.
There was a patch for this recently, although it appears to be still
under discussion:
http://article.gmane.org/gmane.comp.version-control.git/225247