X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/189cb6bd1558c7cb4aabd9fa05624e44ce0afa3d..4b4ae56a5d145d1cabdc9a2f32b9d4dbd10c68e5:/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