diff --git a/AUTHORS b/AUTHORS index f79ac09..acf7eeb 100644 --- a/AUTHORS +++ b/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 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