Added generate_authors.sh script and ordered author list

This commit is contained in:
Romain Porte 2017-05-24 20:10:46 +02:00
parent 63be00d1dc
commit e2d4930943
2 changed files with 7 additions and 4 deletions

View File

@ -1,13 +1,17 @@
Asuki Kono Asuki Kono
belono
Christoph Heuel Christoph Heuel
Cody Cody
Curtis // mashedkeyboard Curtis // mashedkeyboard
davisgoglin
Davis Goglin Davis Goglin
Dean Rispin Dean Rispin
Dmytro Katyukha Dmytro Katyukha
Hark Hark
Joel Lehtonen Joel Lehtonen
Kristi Kristi
ldos
manpaz
Manuel F Martinez Manuel F Martinez
Michael Michael
Michael Billington Michael Billington
@ -21,8 +25,4 @@ Sam Cheng
Stephan Sokolow Stephan Sokolow
Thijs Triemstra Thijs Triemstra
Thomas van den Berg Thomas van den Berg
belono
davisgoglin
ldos
manpaz
ysuolmai ysuolmai

3
generate_authors.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
git shortlog -s -n | cut -f2 | sort