From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 8 Jan 2013 12:34:18 -0600 Subject: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5 In-Reply-To: <367249486.60865.1357642483737.JavaMail.root@advansee.com> (from benoit.thebaudeau@advansee.com on Tue Jan 8 04:54:43 2013) References: <1357637609-18663-1-git-send-email-marex@denx.de> <1006715218.53219.1357640664105.JavaMail.root@advansee.com> <201301081138.39456.marex@denx.de> <367249486.60865.1357642483737.JavaMail.root@advansee.com> Message-ID: <1357670058.10453.0@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/08/2013 04:54:43 AM, Beno?t Th?baudeau wrote: > Dear Marek Vasut, > > On Tuesday, January 8, 2013 11:38:39 AM, Marek Vasut wrote: > > I hope I didn't screw up the attribution. I used "From:" which I > hope > > is > > correct. > > It's correctly filled, but I don't know if it's used by U-Boot's Git > process. I > have already seen this "From:" used before. It is used by git. git format-patch generates it when the patch author is different from the e-mail sender, and git am uses it as the commit author if present. -Scott