Skip to content

Commit c9c8d90

Browse files
committed
Actually use mailmap file when generating AUTHORS
1 parent 53cf5e9 commit c9c8d90

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.mailmap

+10-8
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ Alex K. Wolfe <[email protected]>
22
Andrew Bradley <[email protected]>
33
Andrew Lunny <[email protected]>
44
Arlo Breault <[email protected]>
5-
65
6+
77
Benjamin Coe <[email protected]>
88
99
1010
Cedric Nelson <[email protected]>
1111
Charlie Robbins <[email protected]>
12+
Claudia Hernández <[email protected]>
1213
Dalmais Maxence <[email protected]>
1314
Danila Gerasimov <[email protected]>
1415
Dave Galbraith <[email protected]>
@@ -22,22 +23,23 @@ Evan Lucas <[email protected]> <[email protected]>
2223
2324
Faiq Raza <[email protected]>
2425
Forbes Lindesay <[email protected]>
25-
26+
27+
2628
Gabriel Barros <[email protected]>
2729
Geoff Flarity <[email protected]> <gflarity@raptvm-x02.(none)>
2830
Gregers Gram Rygg <[email protected]>
2931
Ifeanyi Oraelosi <[email protected]>
30-
Isaac Z. Schlueter <[email protected]> <[email protected]>
31-
Isaac Z. Schlueter <[email protected]>
32-
32+
33+
34+
3335
Jake Verbaten <[email protected]>
3436
James Sanders <[email protected]>
3537
James Treworgy <[email protected]>
3638
Jason Smith <[email protected]>
3739
40+
Jonas Weber <[email protected]>
3841
Joshua Bennett <[email protected]>
3942
40-
Jonas Weber <[email protected]>
4143
Julien Meddah <[email protected]>
4244
4345
Kevin Lorenz <[email protected]>
@@ -51,12 +53,12 @@ Max Goodman <[email protected]>
5153
Maxim Bogushevich <[email protected]>
5254
5355
54-
Nicolas Morel <[email protected]>
5556
Misha Kaletsky <[email protected]>
57+
Nicolas Morel <[email protected]>
5658
Olivier Melcher <[email protected]>
5759
Ra'Shaun Stovall <[email protected]>
58-
5960
61+
6062
Ryan Emery <[email protected]>
6163
Sam Mikes <[email protected]>
6264
Sreenivas Alapati <[email protected]>

AUTHORS

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Authors sorted by whether or not they're me
2-
Isaac Z. Schlueter <[email protected]>
32
43
Steve Steiner <[email protected]>
54
Mikeal Rogers <[email protected]>
@@ -644,13 +643,12 @@ Florian Keller <[email protected]>
644643
Sreeram Jayan <[email protected]>
645644
646645
raywu0123 <[email protected]>
647-
648646
Iván Reinoso García <[email protected]>
649647
Roy Marples <[email protected]>
650648
Robert James Gabriel <[email protected]>
651649
John Firebaugh <[email protected]>
652650
Kitten King <[email protected]>
653-
claudiahdz <[email protected]>
651+
Claudia Hernández <[email protected]>
654652
Artem Sapegin <[email protected]>
655653
Márton Salomváry <[email protected]>
656654

scripts/update-authors.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
git log --reverse --format='%aN <%aE>' | perl -wnE '
3+
git log --use-mailmap --reverse --format='%aN <%aE>' | perl -wnE '
44
BEGIN {
55
say "# Authors sorted by whether or not they\x27re me";
66
}

0 commit comments

Comments
 (0)