Hi Steve,
You could try a filter branch command :
git filter-branch --commit-filter '
if [ "$GIT_COMMITTER_NAME" = "" ];
then
GIT_COMMITTER_NAME="";
GIT_AUTHOR_NAME="";
GIT_COMMITTER_EMAIL="";
GIT_AUTHOR_EMAIL="";
I apparently committed some work without having properly set up my git
name/email config settings after my OS re-install.
https://github.com/sebersole/hibernate-core/commit/99909f05978872cee6195c291d06e4f15b8cdf9f
versus say,
https://github.com/sebersole/hibernate-core/commit/2025f197e6a3300371