Add a .mailmap file
Review Request #875 — Created Aug. 4, 2021 and submitted — Latest diff uploaded
Add a .mailmap file that can be used via the mailmap functio in mercurial templates to map author names/email addresses.
Some of these aren't matching right yet, but at least we have the dupes now and don't have to search for them again.
Also, I did a lot of guess work here on proper emails and usually deferred to gmail over a custom domain.
Lots of shell magic involving
hg log -T '{mailmap(author)}\n'
and without themailmap
.