Skip to content

Commit

Permalink
Update .mailmap file
Browse files Browse the repository at this point in the history
Create by command

```
git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^//' > .mailmap
```

as reported by https://kevin.burke.dev/kevin/easy-maintenance-of-your-authors-file/

[ci skip]
  • Loading branch information
beutlich committed Dec 16, 2020
1 parent 8d009bd commit 7a6995c
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
Expand Up @@ -22,6 +22,7 @@ Christoff Bürger <Christoff.Buerger@gmail.com>
Christoph Clauß <Christoph@7ce873d0-865f-4ce7-a662-4bb36ea78beb>
Christoph Clauß <clauss@7ce873d0-865f-4ce7-a662-4bb36ea78beb>
Christoph Richter <CRichter@7ce873d0-865f-4ce7-a662-4bb36ea78beb>
Dag Brück <dag.bruck@3ds.com>
Dag Brück <Dag@7ce873d0-865f-4ce7-a662-4bb36ea78beb>
Dag Brück <Dag-CVS@7ce873d0-865f-4ce7-a662-4bb36ea78beb>
Daniel Hedberg <dhedberg@7ce873d0-865f-4ce7-a662-4bb36ea78beb>
Expand Down

0 comments on commit 7a6995c

Please sign in to comment.