Quote:
Originally Posted by KevinH
Unfortunately there is no way to use an e-mail replacement algorithm since there were no e-mails for any of the authors.
|
These excerpts worked for me:
Code:
export GIT_AUTHOR_NAME="Adam Selene"
export GIT_AUTHOR_EMAIL=""
or
Code:
export GIT_AUTHOR_NAME="Adam Selene"
export GIT_AUTHOR_EMAIL="unknown.so.do.not.reply@host.invalid"
.invalid is a reserved
invalid TLD according to RFC2606.
And you may change commit message also with git-filter-branch. Or use
git rebase -i.