Added generate_authors.sh script and ordered author list
This commit is contained in:
parent
63be00d1dc
commit
e2d4930943
8
AUTHORS
8
AUTHORS
@ -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
3
generate_authors.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
git shortlog -s -n | cut -f2 | sort
|
Loading…
x
Reference in New Issue
Block a user