From kde-commits Mon Apr 19 14:55:11 2010 From: Ian Monroe Date: Mon, 19 Apr 2010 14:55:11 +0000 To: kde-commits Subject: Re: [Amarok] [BAD EMAIL] 2ca9b94: Merge branch 'master' of Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=127168895609507 On Mon, Apr 19, 2010 at 4:23 AM, Carlo wrote: > On Mon, Apr 19, 2010 at 1:14 AM, Mark Kretschmann wrote: >> On Mon, Apr 19, 2010 at 12:51 AM, unknown wrote: >>> commit 2ca9b9429212031b6924209d68abea27a53b749c >>> Merge: 4e64764 708e12e >>> Author: unknown >>> Date:   Mon Apr 19 00:54:13 2010 +0200 >>> >>>    Merge branch 'master' of git://gitorious.org/amarok/amarok >> >> Hey Carlo, >> >> could you please set your email address and your real name in your Git >> config? Thanks :) >> > > yeah sorry I setted it before pushing but it didn't change the commits > I did already For future reference, `git commit --amend --author="Me "` will change the name and email of the latest commit. If you need to go back further then that I think you need to use git-rev-filter and its probably not worth it. Ian