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
belono
Christoph Heuel
Cody
Curtis // mashedkeyboard
davisgoglin
Davis Goglin
Dean Rispin
Dmytro Katyukha
Hark
Joel Lehtonen
Kristi
ldos
manpaz
Manuel F Martinez
Michael
Michael Billington
@ -21,8 +25,4 @@ Sam Cheng
Stephan Sokolow
Thijs Triemstra
Thomas van den Berg
belono
davisgoglin
ldos
manpaz
ysuolmai

3
generate_authors.sh Executable file
View File

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