Added authors file and generate_authors.sh (#227)
* Added authors file Generated using `git shortlog -s -n` and sorted by alphabetical order using vim. * Added generate_authors.sh script and ordered author list * Regenerated AUTHORS with .mailmap
This commit is contained in:
parent
a069009696
commit
3f9d44ff15
|
@ -0,0 +1,26 @@
|
|||
Ahmed Tahri
|
||||
Asuki Kono
|
||||
belono
|
||||
Christoph Heuel
|
||||
Cody (Quantified Code Bot)
|
||||
Curtis // mashedkeyboard
|
||||
Davis Goglin
|
||||
Dean Rispin
|
||||
Dmytro Katyukha
|
||||
Hark
|
||||
Joel Lehtonen
|
||||
Kristi
|
||||
ldos
|
||||
Manuel F Martinez
|
||||
Michael Billington
|
||||
Michael Elsdörfer
|
||||
Nathan Bookham
|
||||
Patrick Kanzler
|
||||
Qian Linfeng
|
||||
Renato Lorenzi
|
||||
Romain Porte
|
||||
Sam Cheng
|
||||
Stephan Sokolow
|
||||
Thijs Triemstra
|
||||
Thomas van den Berg
|
||||
ysuolmai
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
git shortlog -s -n | cut -f2 | sort
|
Loading…
Reference in New Issue