I want a way to list all git authors that
These two are easy, and I\'ve seen some solutions to thi
Note for people who want "global stat":
git shortlog -s -n -e
Give the global stats commits by author.