X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/ba49d70c2040c52ef4598e960b5bfc2fa41fb72d..8c507c37e983289c60d19b2612d3f2b6686acc92:/tools/list_AUTHORS diff --git a/tools/list_AUTHORS b/tools/list_AUTHORS deleted file mode 100755 index 3518205..0000000 --- a/tools/list_AUTHORS +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -echo 'Alphabetical list of everyone who ever committed to this repository -' -git shortlog -se --all | cut -f1 --complement | sort -u -k2