Y
Hacker News
new
|
ask
|
show
|
jobs
by
hedgehog
1316 days ago
git log --pretty=%ae | sort | uniq -c | sort -r
1 comments
slyall
1316 days ago
sort -nr
link
hedgehog
1316 days ago
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?
link