diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..dd865d0 --- /dev/null +++ b/AUTHORS @@ -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 diff --git a/generate_authors.sh b/generate_authors.sh new file mode 100755 index 0000000..6ab31c4 --- /dev/null +++ b/generate_authors.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +git shortlog -s -n | cut -f2 | sort