From eff7e0e63171e4800dd24ccf0453e892fa16fb4f Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Sun, 29 Jan 2012 04:01:47 +0100 Subject: [PATCH] Add AUTHORS --- AUTHORS | 8 ++++++++ tools/list_AUTHORS | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 AUTHORS create mode 100755 tools/list_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 -- 2.39.2