Git

List authors and the number of commits

git shortlog --summary --email --numbered

List authors in all branches

git shortlog -sne --all