Hi, 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" <ja...@zx2c4.com>' with 'Jason A. Donenfeld <ja...@zx2c4.com>'. So, the logic needs to be fixed somehow. Thanks, Jason -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html