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