by radihuq on 3/9/21, 5:17 PM with 4 comments
I just discovered that if you add .patch to the end of a git commit URL, you're able to find the email address associated with the commit. This concerns me. Is there a best practice for obfuscating your email on git commits?
by git_configured on 3/9/21, 5:26 PM
by lgierth on 3/9/21, 5:20 PM
It's the COMMITTER_EMAIL and AUTHOR_EMAIL as configured, this is working as intended. If you don't want to add it to your commits, set it to something like "nobody@localhost".