6 Jun
2008
6 Jun
'08
2:26 p.m.
On Fri, Jun 06, 2008 at 12:51:08PM +0200, Takashi Iwai wrote:
Eliot Blennerhassett wrote:
- git-config --add user.email me@domain.com
Otherwise commits get spurious email address for Author and Commiter (is there any way to fix this after the fact?)
You need to re-commit the patch. For editing the tip commit log, you can use "git-commit --amend".
For non-tip commits the interactive mode of git rebase can be used to do this - select 'edit' for the commits you want to change.