On Thu, Mar 23, 2006 at 04:46:54PM -0800, Greg KH wrote: > On Thu, Mar 23, 2006 at 04:38:44PM -0800, Andrew Morton wrote: > > > > (added Junio) > > Added the git mailing list as everyone should get involved :) > > > recap: the patch emails which Greg sends to linux-kernel do not identify > > their actual Author. > > > > > > Greg KH <greg@xxxxxxxxx> wrote: > > > > > > On Thu, Mar 23, 2006 at 04:15:21PM -0800, Andrew Morton wrote: > > > > > > > > It's unclear from this email who the patch author was? > > > > > > Git seems to strip that off when it converts them to emails. It was: > > > From: Bernhard Kaindl <bk@xxxxxxx> > > > > > > If you look at the git changeset, it got it correct. > > > > > > > OK. We really should have a > > > > From: Bernhard Kaindl <bk@xxxxxxx> > > > > right at the start of the email, IMO. Can you describe how you're producing > > them please? > > I'm using: > git format-patch -n origin..HEAD > to generate the raw patch files, and then: > git-send-email --in-reply-to "<some_message_id>" --to some_mailing_list@xxxxxxxxxxxxx Oops, forgot the "*.txt" at the end of that last line to specify the patches to send out. thanks, greg k-h - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html