At work we have a git repo where the majority of all commits are automated commits by a bot user. There are times when I prefer to view a git log from that repo, but without
Some other answers reference portions of this, but I had success in my repo using the tactic I saw here
git log --invert-grep --author=
You can add as many author patterns as needed. In my case, the best pattern was the full email, since it is known to be unique