Skip to content
Snippets Groups Projects
Commit 5fa85a68 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Merge pull request #30 from esc/feature/better_author_list

use git shortlog and .mailmap to remove duplicates
parents 5f663f1d 938e89c0
Branches
Tags
No related merge requests found
Richard Hartmann <richih.mailinglist@gmail.com> <richih+github.com@richih.org>
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
echo 'Alphabetical list of everyone who ever committed to this repository 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment