Hacker News new | ask | show | jobs
by sebastianlay 456 days ago
You might be able to do that with built-in git functionality called gitmailmap. It is basically a file where you can map multiple names and emails to the same one.
2 comments

I set this up and tested with `git log` and then found that PyCharm's git client apparently doesn't support this. Disappointing.
It's great when you read further down the comments and come across a gem like this. I had no idea this was possible; thanks.