On Fr, 2007-05-25 at 12:35 -0700, Jesse Allen wrote:
With git commit, you can use the --author switch
for example:
$ git commit -a --author "Jesse Allen <email(a)somedomain.org>"
Set "user.email" and "user.name" once with:
git repo-config
--
By by ... Detlef