I can\'t seem to get git log --branches to correctly filter its output. It seems as if Git ignores it.
git log --branches
For example, the head of git log --graph --
git log --graph --
Because you specified --all, you override any branch specifications you made.
--all