Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a .mailmap file to fix names & emails in git shortlog (#1476)
As reported in #1472, a number of people have committed under multiple names/email addresses. This splits their contributions as reported by 'git shortlog'. The .mailmap file fixes the issue as can be checked by running `git shortlog -sn | wc -l` which should return the current number of contributors, i.e. 105. It also allows people to change the formatting of their name, if desired, in the shortlog stats.
- Loading branch information