You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation
The contributors list is generated using `git shortlog`. Git can use the `.mailmap` file to link commits from the same contributor using different email addresses.
### Modifications
Add .mailmap file with initial mappings.
### Result
Contributors using different email addresses will not be duplicated.
### Test Plan
Re-ran soundness script, no change in contributors file.
0 commit comments