I\'m trying to make Sublime Merge show all commits but merges.
In particular, the equivalent of git log --no-merges (or git log --max-parents=1)
git log --no-merges
git log --max-parents=1