Lately I've seen a lot of git commits that say:
Merge branch 'master' of http://git.labs.sabre.com/git/rails
Or while on a feature branch called add-toggle
:
Merge branch 'add-toggle' of http://git.labs.sabre.com/git/rails
These are typically trivial merge commits that don't provide much value when going through the git log, so I'd prefer not to see them. You'll see them when using a visual tool like gitk or SourceTree, which I do pretty often throughout the day.