From afc9a79bd1bc2df4886178badb009680c26af989 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Sun, 27 Oct 2013 12:34:20 +0100
Subject: [PATCH] tools/list_CONTRIBUTORS, CONTRIBUTORS: Better wording

---
 CONTRIBUTORS            | 3 ++-
 tools/list_CONTRIBUTORS | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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
-- 
GitLab