From: Richard Hartmann <richih@debian.org>
Date: Sun, 27 Oct 2013 11:34:20 +0000 (+0100)
Subject: tools/list_CONTRIBUTORS, CONTRIBUTORS: Better wording
X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/afc9a79bd1bc2df4886178badb009680c26af989?ds=inline

tools/list_CONTRIBUTORS, CONTRIBUTORS: Better wording
---

diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 6c9f146..7059c71 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1,4 +1,5 @@
-Alphabetical list of everyone who ever committed to this repository
+Alphabetical list of surnames of everyone who ever committed to this repository.
+Auto-generated from tools/list_CONTRIBUTORS.
 
 Eric Bouchut <ebouchut@gmail.com>
 Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
diff --git a/tools/list_CONTRIBUTORS b/tools/list_CONTRIBUTORS
index 3518205..2954f58 100755
--- a/tools/list_CONTRIBUTORS
+++ b/tools/list_CONTRIBUTORS
@@ -1,5 +1,6 @@
 #!/bin/sh
 
-echo 'Alphabetical list of everyone who ever committed to this repository
+echo 'Alphabetical list of surnames of everyone who ever committed to this repository.
+Auto-generated from tools/list_CONTRIBUTORS.
 '
 git shortlog -se --all | cut -f1 --complement | sort -u -k2