Re: RFC822 From: fields

Previous thread: [PATCH] Fix whitespace by Stephen R. van den Berg on Thursday, April 3, 2008 - 6:07 am. (1 message)

Next thread: default commit message for a tree by Steve French on Friday, April 25, 2008 - 9:39 pm. (3 messages)
To: <git@...>
Date: Friday, April 25, 2008 - 7:51 pm

I noticed that the From: field generated by git-format-patch does not
conform to RFC822 format when the realname contains a dot (like mine).
Do we want to fix that in git-format-patch (only), or do we even want to
fix that in the stored commit author and committer fields?
--
Sincerely, srb@cuci.nl
Stephen R. van den Berg.
--

To: <git@...>
Date: Saturday, April 26, 2008 - 4:49 am

This was fixed in RFC 2822, and the fix has already been deployed widely
(even before the advent of RFC 2822). I don't think there's any need to
change GIT.
--

To: <git@...>
Date: Saturday, April 26, 2008 - 7:45 am

True indeed. Ironically, the vger.kernel.org mailserver adheres to
RFC822 and ignores RFC2822 at the moment, which means that generating patches
from git, for the git mailinglist doesn't work without intervention.
I already contacted the vger-mailserver admin about this.
--
Sincerely, srb@cuci.nl
Stephen R. van den Berg.
--

To: Stephen R. van den Berg <srb@...>
Cc: <git@...>
Date: Friday, April 25, 2008 - 8:01 pm

I'd suspect that the answer should be "Neither", and rather inside
send-email.
--

Previous thread: [PATCH] Fix whitespace by Stephen R. van den Berg on Thursday, April 3, 2008 - 6:07 am. (1 message)

Next thread: default commit message for a tree by Steve French on Friday, April 25, 2008 - 9:39 pm. (3 messages)