Skip to content

Commit

Permalink
Add mailmap (#2)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
euanh authored Sep 27, 2024
1 parent 482ea4c commit 0d6c4d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Euan Harris <[email protected]> <[email protected]>

0 comments on commit 0d6c4d1

Please sign in to comment.