X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/eff7e0e63171e4800dd24ccf0453e892fa16fb4f..caeaa9865cd39dc44caf78399b696a8dd14d0c5a:/tools/list_AUTHORS

diff --git a/tools/list_AUTHORS b/tools/list_AUTHORS
index 2b91ac9..3518205 100755
--- a/tools/list_AUTHORS
+++ b/tools/list_AUTHORS
@@ -2,4 +2,4 @@
 
 echo 'Alphabetical list of everyone who ever committed to this repository
 '
-git log --all --format='%an <%ae>' | sort -u -k2
+git shortlog -se --all | cut -f1 --complement | sort -u -k2