Skip to content

Commit 002ec80

Browse files
committed
Add a .mailmap file.
The .mailmap feature is used to coalesce together commits by the same person in the shortlog, where their name and/or email address was spelled differently. -- "man git shortlog" As this corrects the author information at the root (this repository), all services parsing these information will improve by this contribution. As discussed on IRC, this also removes the need for different aliases on ohloh.net (currently https://www.ohloh.net/p/cppcheck/aliases) # Finding out duplicates by comparing email addresses: git shortlog -sne |awk '{ print $NF }' |sort |uniq -d # Finding out duplicates by comparing names: git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d Signed-off-by: Stefan Beller <[email protected]>
1 parent 022e7a0 commit 002ec80

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

.mailmap

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
2+
Andrew Martin <[email protected]> acm4me
3+
Ankita Gupta <[email protected]> Ankita-gupta
4+
5+
6+
7+
Daniel Marjamäki <[email protected]> Daniel Marjam�ki
8+
Daniel Marjamäki <[email protected]> <daniel@daniel-laptop.(none)>
9+
Daniel Marjamäki <[email protected]> <daniel@raspberrypi.(none)>
10+
Deepak Gupta <[email protected]> deepak gupta
11+
Ettl Martin <[email protected]> Martin Ettl
12+
13+
Ettl Martin <[email protected]> Martin Ettl <martin@martin.(none)>
14+
15+
Gianluca Scacco <[email protected]> <gianluca@gianluca-laptop.(none)>
16+
Gianluca Scacco <[email protected]> <giangy@giangy-desktop.(none)>
17+
18+
Kimmo Varis <[email protected]> Kimmo varis
19+
20+
21+
Kimmo Varis <[email protected]> <kimmo@kimmoDesktop.(none)>
22+
Kimmo Varis <[email protected]> <kimmo@kimmo-VirtualBox.(none)>
23+
Kimmo Varis <[email protected]> <kimmo@kimmo-laptop.(none)>
24+
Kimmo Varis <[email protected]> <kimmov@kimmolaptop.(none)>
25+
Leandro Penz <[email protected]> Leandro Lisboa Penz <[email protected]>
26+
Leandro Penz <[email protected]> Leandro Lisboa Penz <[email protected]>
27+
28+
29+
30+
PKEuS <[email protected]> Philipp K
31+
PKEuS <[email protected]> Philipp Kloke
32+
33+
34+
35+
36+
37+
Sébastien Debrard <[email protected]> seb777
38+
Sébastien Debrard <[email protected]> S�bastien Debrard
39+
Sébastien Debrard <[email protected]> Debrard Sébastien
40+
41+
42+
43+
44+
45+
46+
47+
Zachary Blair <[email protected]> zblair
48+
49+

0 commit comments

Comments
 (0)