View Single Post
Old 10-15-2014, 09:59 AM   #1049
eureka
but forgot what it's like
eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.
 
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
Quote:
Originally Posted by KevinH View Post
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.
eureka is offline   Reply With Quote