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