From e2d49309434894ace0cbccc9eb3673ccfc573737 Mon Sep 17 00:00:00 2001 From: Romain Porte Date: Wed, 24 May 2017 20:10:46 +0200 Subject: [PATCH] Added generate_authors.sh script and ordered author list --- AUTHORS | 8 ++++---- generate_authors.sh | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100755 generate_authors.sh 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