Michael DeHaan wrote:
Mike McCune wrote:
Miroslav Suchý wrote:
Welcome root :)
http://miroslav.suchy.cz/spacewalk/gitstat/commit-detail.php?commit=6cdf4423e04ffd66fda796e4946a662a9a03e497
and 3 others commits
Can you please use your real identity for commits? Thx.
Anyone have any good tips on how we can change the author on those
commits?
I asked this question previously, with a different reason in mind --
attributing patches that didn't get committed with "-m" (which I
normally don't do).
Short answer:
git-commit with --ammend can be used to fix the /last/ commit
Want to do more?
Generally it's considered dangerous to muck with the history. (That's
why it's called history)
Did find some things on Google but I wouldn't recommend it:
http://blog.jacius.info/articles/2008/6/22/git-tip-fix-a-mistake-in-a-previous-commit
Basically if you can avoid editing code as root, it becomes easier :)
--Michael
_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel
Additionally, you may want to do this:
git config --global user.name Your Name
git config --global user.email [EMAIL PROTECTED]
_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel