I put the gitsync.conf file in ~/AppData/Local/plastic4 and the email was added to git commit author field which allows gitea to recognize the author's account.
The above fix doesn't add the user's name, it would still be nice to a properly formatted git author field on commits. Below is the new git commit from PlasticSCM:
I found this with a solution:
https://forum.plasticscm.com/topic/1768-gitsync-author-email-address/?/topic/1768-gitsync-author-email-address/?p=10542
I put the gitsync.conf file in ~/AppData/Local/plastic4 and the email was added to git commit author field which allows gitea to recognize the author's account.
The above fix doesn't add the user's name, it would still be nice to a properly formatted git author field on commits. Below is the new git commit from PlasticSCM:
commit 671f468d58976439e38b234ec4a441fe6fc02c78 (HEAD -> master, gitea/master)
Author: jburkert <bj.59191@konamigaming.com>
Date: Tue Dec 22 15:20:18 2020 -0800
another readme change
Cheers!