From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Thu, 26 Aug 2010 08:41:56 +0200 Subject: [U-Boot] [PATCH] NET: add ENC28J60 driver using SPI framework In-Reply-To: <201008260232.24655.vapier@gentoo.org> References: <1282740459-7941-1-git-send-email-u-boot@emk-elektronik.de> <201008252355.22876.vapier@gentoo.org> <4C76075B.1080309@emk-elektronik.de> <201008260232.24655.vapier@gentoo.org> Message-ID: <4C760CB4.4010904@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Mike Frysinger, >>>> From: Reinhard Meyer >> >> Give me a tip how I can change that info. The first patch to this was >> committed while I used. Squashing other patches into it does not >> change that. rebase -i, edit, --amend does not present that line for >> edit. The only idea I have now is making an empty commit and squashing >> that before the original patch... > > use the --author option to the commit sub command Hmm, as I said above, the first commit was made while I had the address in use. All new commits use the address anyway. But when I squash new commits onto the first one, the old address prevails... I'll try "rebase -i", "edit", reset HEAD^, and a new commit then. That might work. Reinhard