Skip to content

Commit 96b99ff

Browse files
lzapekohl
authored andcommitted
Add AUTHORS file
1 parent b913e47 commit 96b99ff

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

.mailmap

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
Ian Ballou <[email protected]> ianballou <[email protected]>
3+
Ian Fowler <[email protected]>
4+
5+
6+
7+
8+
9+
Maximilian Kolb <[email protected]>
10+
11+
12+
Rahul Bajaj <[email protected]>
13+
Rahul Bajaj <[email protected]> RahulBajaj
14+
Sergei Petrosian <[email protected]> Sergei <[email protected]>
15+
Stephen Wadeley <[email protected]>
16+

AUTHORS

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Amit Upadhye
2+
Andrew Dahms
3+
Brad Buckingham
4+
Chris Roberts
5+
Christina Kyriakidou
6+
Eric D. Helms
7+
Evgeni Golov
8+
Ewoud Kohl van Wijngaarden
9+
Ian Ballou
10+
Ian Fowler
11+
James Jeffers
12+
Jeremy Lenz
13+
Justin Sherrill
14+
Kevin Lamenzo
15+
Leos Stejskal
16+
Lukas Zapletal
17+
Maximilian Kolb
18+
Melanie Corr
19+
Oleh Fedorenko
20+
Partha Aji
21+
Peter Bray
22+
Rahul Bajaj
23+
Ryan Deussing
24+
Samir Jha
25+
Sergei Petrosian
26+
Stephen Wadeley
27+
Suyog Sainkar
28+
Tahlia Richardson
29+
Wikipedia, https://wikipedia.org

generate-authors

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
git log --pretty=format:'%aN' --use-mailmap | LC_ALL=C.UTF-8 sort -uf > AUTHORS
3+
echo "Wikipedia, https://wikipedia.org" >> AUTHORS

0 commit comments

Comments
 (0)