Report abuse

1
2
3
4
5
6
7
#!/bin/sh

git log --pretty=short --no-merges | \
git shortlog -ne | \
egrep -ve '^ +' | \
egrep -ve '^$' | \
tr -d ':$'