git commits by author

Shell
# commits by author
git shortlog -s --author="authorName"
# for all authors
git shortlog -sn --all
Source

Also in Shell: