Skip to content

Commit

Permalink
Actually use mailmap file when generating AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 20, 2019
1 parent 53cf5e9 commit c9c8d90
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 10 additions & 8 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ Alex K. Wolfe <[email protected]>
Andrew Bradley <[email protected]>
Andrew Lunny <[email protected]>
Arlo Breault <[email protected]>
Ashley Williams <[email protected]> <[email protected]>
Ashley Williams <[email protected]> <[email protected]>
Ashley Williams <[email protected]> <[email protected]>
Benjamin Coe <[email protected]>
Benjamin Coe <[email protected]> <[email protected]>
Brian White <[email protected]> <[email protected]>
Cedric Nelson <[email protected]>
Charlie Robbins <[email protected]>
Claudia Hernández <[email protected]>
Dalmais Maxence <[email protected]>
Danila Gerasimov <[email protected]>
Dave Galbraith <[email protected]>
Expand All @@ -22,22 +23,23 @@ Evan Lucas <[email protected]> <[email protected]>
Evan Lucas <[email protected]> <[email protected]>
Faiq Raza <[email protected]>
Forbes Lindesay <[email protected]>
Forrest L Norvell <[email protected]> <[email protected]> <[email protected]>
Forrest L Norvell <[email protected]> <[email protected]>
Forrest L Norvell <[email protected]> <[email protected]>
Gabriel Barros <[email protected]>
Geoff Flarity <[email protected]> <gflarity@raptvm-x02.(none)>
Gregers Gram Rygg <[email protected]>
Ifeanyi Oraelosi <[email protected]>
Isaac Z. Schlueter <[email protected]> <[email protected]>
Isaac Z. Schlueter <[email protected]>
isaacs <[email protected]>
isaacs <[email protected]> <[email protected]>
isaacs <[email protected]> <[email protected]>
isaacs <[email protected]> <[email protected]>
Jake Verbaten <[email protected]>
James Sanders <[email protected]>
James Treworgy <[email protected]>
Jason Smith <[email protected]>
Jed Fox <[email protected]>
Jonas Weber <[email protected]>
Joshua Bennett <[email protected]>
Joshua Bennett <[email protected]> <[email protected]>
Jonas Weber <[email protected]>
Julien Meddah <[email protected]>
Kat Marchán <[email protected]> <[email protected]>
Kevin Lorenz <[email protected]>
Expand All @@ -51,12 +53,12 @@ Max Goodman <[email protected]>
Maxim Bogushevich <[email protected]>
Maximilian Antoni <[email protected]> <[email protected]>
Michael Hayes <[email protected]> <[email protected]>
Nicolas Morel <[email protected]>
Misha Kaletsky <[email protected]>
Nicolas Morel <[email protected]>
Olivier Melcher <[email protected]>
Ra'Shaun Stovall <[email protected]>
Rebecca Turner <[email protected]> <[email protected]>
Rebecca Turner <[email protected]> <[email protected]>
Rebecca Turner <[email protected]> <[email protected]>
Ryan Emery <[email protected]>
Sam Mikes <[email protected]>
Sreenivas Alapati <[email protected]>
Expand Down
4 changes: 1 addition & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Authors sorted by whether or not they're me
Isaac Z. Schlueter <[email protected]>
isaacs <[email protected]>
Steve Steiner <[email protected]>
Mikeal Rogers <[email protected]>
Expand Down Expand Up @@ -644,13 +643,12 @@ Florian Keller <[email protected]>
Sreeram Jayan <[email protected]>
--get <[email protected]>
raywu0123 <[email protected]>
isaacs <[email protected]>
Iván Reinoso García <[email protected]>
Roy Marples <[email protected]>
Robert James Gabriel <[email protected]>
John Firebaugh <[email protected]>
Kitten King <[email protected]>
claudiahdz <[email protected]>
Claudia Hernández <[email protected]>
Artem Sapegin <[email protected]>
Márton Salomváry <[email protected]>
gall0ws <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-authors.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

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

0 comments on commit c9c8d90

Please sign in to comment.