`git log --branches --remotes --author=somebody` to show all commits by author on all branches inclu
git log --branches --remotes --author=somebody
to show all commits by author on all branches including remote branches. Where somebody
is some substring of name and email. e.g. Hello World <somebody@example.com>