I think that you can only do this with an explicit author specification:
git commit --author "Snail Mail <>"
You need the angle brackets so that git knows that you really are passing an empty email address.
I think that you can only do this with an explicit author specification:
git commit --author "Snail Mail <>"
You need the angle brackets so that git knows that you really are passing an empty email address.