Skip to content

Commit 8ea667d

Browse files
committed
ENH - .mailmap file to harmonize git shortlog
Reduce duplicates in git shortlog
1 parent 7706227 commit 8ea667d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.mailmap

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Prevent git from showing duplicate names with commands like "git shortlog"
2+
# # See the manpage of git-shortlog for details.
3+
# # The syntax is:
4+
# # Name that should be used <email that should be used> Bad name <bad email>
5+
# #
6+
# # You can skip Bad name if it is the same as the one that should be used, and is unique.
7+
# #
8+
# # This file is up-to-date if the command git log --format="%aN <%aE>" | sort -u
9+
# # gives no duplicates.
10+
11+
Nathaniel J. Smith <[email protected]> njsmith <[email protected]>
12+
Ralf Gommers <[email protected]> rgommers <[email protected]>
13+
Christoph Gohlke <[email protected]> cgholke <?@?>
14+
Christoph Gohlke <[email protected]> Christolph Gohlke <[email protected]>
15+
Christoph Gohlke <[email protected]> cgohlke <[email protected]>
16+
Ondřej Čertík <[email protected]> Ondrej Certik <[email protected]>
17+
18+
Mark Wiebe <[email protected]> Mark Wiebe <[email protected]>
19+
Mark Wiebe <[email protected]> Mark Wiebe <mwiebe@georg.(none)>
20+

0 commit comments

Comments
 (0)