From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Tue, 3 Nov 2009 18:33:20 -0400 Subject: [U-Boot] [PATCH] Adding support for Linuxstamp II 9260 In-Reply-To: References: <1257282760-18005-1-git-send-email-pthomas8589@gmail.com> <200911031621.49865.vapier@gentoo.org> Message-ID: <200911031733.21595.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 03 November 2009 16:26:17 Paul Thomas wrote: > On Tue, Nov 3, 2009 at 2:21 PM, Mike Frysinger wrote: > > On Tuesday 03 November 2009 16:12:40 Paul Thomas wrote: > >> From: Paul Thomas > > > > looks like you need to fix your git environment & re-submit this patch > > Yeah, I saw it does that in git send-email, but the first prompt "Who > should the emails appear to be from?" is correct, and the email in the > .gitconfig is correct. I don't know where's it's pulling that info > from or why it's different from the prompt. It's very annoying. it's most likely encoded in the patch itself. the git-send-email question only asks about the From: field, not the author aspect. make sure your ~/.gitconfig is correct and has user.name and user.email set, then amend the patch (assuming it's the last changeset in your branch) by doing: git commit --amend --author 'Your Name ' that should reset all the relevant fields -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20091103/a366ff88/attachment.pgp