Hacker News new | ask | show | jobs
by nvivo 3780 days ago
No, it isn't github's fault or git issue. All commit metadata is used to generate (and verify) the commit hash. This is basic git functionality. If you somehow hide this piece of information, you make that repo not only unverifiable but also incompatible with any other clone, including the one in your local machine. You wouldn't be able to push to github.

The only issue here is not realizing the email field in the git config doesn't need to be your personal one or even real. And I agree more people should know this, but this is not something github or git needs to fix in any way.