X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/7f6ab9a128b7848186a9a36580011a97253f70c8..938e89c08ff1e41d18a159a5f125a860f7f83bcc:/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