X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/8c507c37e983289c60d19b2612d3f2b6686acc92..5278a4ea18dbb08ba5bf76768dc820879a13230d:/tools/list_CONTRIBUTORS 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