your git author

0 views
Skip to first unread message

Antony Stubbs

unread,
Sep 29, 2009, 8:34:18 PM9/29/09
to t...@einwaller.net, spring-modules-fork
Tompson, your git author for commits

da163a3e942594097d134ed7976710b5de8d757c
688643e2885e049eee88eb1c019257d28ccd9a6b
97fa612d8c3af2ac041543a01afaa6425c342a96

is broken (U-omega7\Thomas <Thomas@omega7.(none)> vs tompson <t...@einwaller.net
>). Do you want to do a fix a re-push it up again?

Also, generally guys, you put your full name in the Author field, not
a username (dsklyut, Toolman, pablotdl, tompson vs Jason Thrasher,
Antony Stubbs, Isidoro Trevino etc etc...).

So if anyone wants to fix their commits before I start merging, speak
now or forever hold your peace.
Moving forward I'd like it tidied up though - makes a lot of sense.

This is what I'm looking at if anyone's interested: (gitx on OSX)

Screen shot 2009-09-30 at 1.33.36 PM.png

Antony Stubbs

unread,
Sep 29, 2009, 10:40:37 PM9/29/09
to Pablo Saavedra, spring-modules-fork
To change the author you've used in your commits, you need to re-write history. Although you've pushed it already, no one has actually proceeded based on what you've pushed yet, so it's "ok".

you can start off by tagging the current head - so you don't loose your place, or if you stuff up you should be able to go back to it.
git tag beforeAuthorChange

git-filter-branch --env-filter "export GIT_AUTHOR_NAME='New name'; export GIT_AUTHOR_EMAIL='New email'" HEAD
See how you go with that.

On 30/09/2009, at 2:53 PM, Pablo Saavedra wrote:

I'll do the config change, but how do i fix the commits??

2009/9/29 Antony Stubbs <antony...@gmail.com>

Thomas Einwaller

unread,
Sep 30, 2009, 5:28:51 AM9/30/09
to spring-modules-fork
I already set up my username correctly ... but too late

I will leave to old commits with the wrong name

On Sep 30, 4:40 am, Antony Stubbs <antony.stu...@gmail.com> wrote:
> To change the author you've used in your commits, you need to re-write  
> history. Although you've pushed it already, no one has actually  
> proceeded based on what you've pushed yet, so it's "ok".
>
> you can start off by tagging the current head - so you don't loose  
> your place, or if you stuff up you should be able to go back to it.
> git tag beforeAuthorChange
>
> http://stackoverflow.com/questions/750172/how-do-i-change-the-author-...
> git-filter-branch --env-filter "export GIT_AUTHOR_NAME='New name';  
> export GIT_AUTHOR_EMAIL='New email'" HEAD
> See how you go with that.
>
> On 30/09/2009, at 2:53 PM, Pablo Saavedra wrote:
>
> > I'll do the config change, but how do i fix the commits??
>
> > 2009/9/29 Antony Stubbs <antony.stu...@gmail.com>

Thomas Einwaller

unread,
Sep 30, 2009, 9:14:18 AM9/30/09
to spring-modules-fork
I fixed my username ... first I had a problem to push the changes but
this post:

http://recurser.com/articles/2009/04/29/rename-authors-in-a-git-repository/

helped me - I had to do a pull before I could push my changes

On Sep 30, 4:40 am, Antony Stubbs <antony.stu...@gmail.com> wrote:
> To change the author you've used in your commits, you need to re-write  
> history. Although you've pushed it already, no one has actually  
> proceeded based on what you've pushed yet, so it's "ok".
>
> you can start off by tagging the current head - so you don't loose  
> your place, or if you stuff up you should be able to go back to it.
> git tag beforeAuthorChange
>
> http://stackoverflow.com/questions/750172/how-do-i-change-the-author-...
> git-filter-branch --env-filter "export GIT_AUTHOR_NAME='New name';  
> export GIT_AUTHOR_EMAIL='New email'" HEAD
> See how you go with that.
>
> On 30/09/2009, at 2:53 PM, Pablo Saavedra wrote:
>
> > I'll do the config change, but how do i fix the commits??
>
> > 2009/9/29 Antony Stubbs <antony.stu...@gmail.com>

Antony Stubbs

unread,
Sep 30, 2009, 6:30:39 PM9/30/09
to Thomas Einwaller, spring-modules-fork
Thomas, I think you may have made a mistake....
If you have a look at
http://github.com/tompson/spring-modules/commits/master?&page=2
you can see that you have actually assigned yourself as the Author for
many, many commits - dating back to 2005!

I can help you with this later, if you can't fix it yourself.

Antony Stubbs

unread,
Sep 30, 2009, 6:49:57 PM9/30/09
to Thomas Einwaller, spring-modules-fork
Thomas - also your author name still appears to be just "tompson"
instead of "Thomas Einwaller".

Thomas Einwaller

unread,
Oct 1, 2009, 3:33:56 AM10/1/09
to spring-modules-fork
yes, I am not happy with the results too ... maybe you could help me
clean up that mess

On Oct 1, 12:49 am, Antony Stubbs <antony.stu...@gmail.com> wrote:
> Thomas - also your author name still appears to be just "tompson"  
> instead of "Thomas Einwaller".
>
> On 1/10/2009, at 11:30 AM, Antony Stubbs wrote:
>
> > Thomas, I think you may have made a mistake....
> > If you have a look at
> >http://github.com/tompson/spring-modules/commits/master?&page=2
> > you can see that you have actually assigned yourself as the Author  
> > for many, many commits - dating back to 2005!
>
> > I can help you with this later, if you can't fix it yourself.
>
> > On 1/10/2009, at 2:14 AM, Thomas Einwaller wrote:
>
> >> I fixed my username ... first I had a problem to push the changes but
> >> this post:
>
> >>http://recurser.com/articles/2009/04/29/rename-authors-in-a-git-repos...
Reply all
Reply to author
Forward
0 new messages