From: Richard Hartmann Date: Sun, 29 Jan 2012 03:01:47 +0000 (+0100) Subject: Add AUTHORS X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/eff7e0e63171e4800dd24ccf0453e892fa16fb4f Add AUTHORS --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..5e52a9d --- /dev/null +++ b/AUTHORS @@ -0,0 +1,8 @@ +Alphabetical list of everyone who ever committed to this repository + +Vincent Demeester +Richard Hartmann +Richard Hartmann +Dieter Plaetinck +Corey Quinn +Gernot Schulz diff --git a/tools/list_AUTHORS b/tools/list_AUTHORS new file mode 100755 index 0000000..2b91ac9 --- /dev/null +++ b/tools/list_AUTHORS @@ -0,0 +1,5 @@ +#!/bin/sh + +echo 'Alphabetical list of everyone who ever committed to this repository +' +git log --all --format='%an <%ae>' | sort -u -k2