Hacker News new | ask | show | jobs
by hedgehog 1316 days ago
git log --pretty=%ae | sort | uniq -c | sort -r
1 comments

sort -nr
That's more correct, also I realize I just counted number of commits rather than lines added. Close enough though, not like anyone would make any decisions with this list right?