sean, Thu, Jan 12, 2006 15:37:00 +0100:
Mostly just for comment to see if there is any support
for this feature....
Sean
---
Use the author name and email information given as the
first line of the commit message in the form of:
From: name <email>
Isn't this what git-am expect (as a part of mbox) and handle?
On Thu, 12 Jan 2006 21:16:46 +0100
Alex Riesen [off-list ref] wrote:
quoted
Use the author name and email information given as the
first line of the commit message in the form of:
From: name <email>
Isn't this what git-am expect (as a part of mbox) and handle?
Hi Alex,
Yes it is, but not everyone is processing patches in mbox format. If
this facility is good enough for the mbox users, it seems like it would
be good enough for non-mbox users. In fact, it would seem more
consistent to tell someone that a From: line will be handled properly
whether they use git-am or git-commit.
Sean