rowanj / gitx

Fork of Pieter's nice git GUI for OS X. Includes branch/tag sidebar and various fixes. Current development focus is on removing legacy git command line usage in favour of libgit2 and objective-git.
http://rowanj.github.com/gitx
Other
2.15k stars 204 forks source link

Display arbitrary groups of branches in the commit view. #436

Open aharrison24 opened 9 years ago

aharrison24 commented 9 years ago

We can already choose between showing All / Local / Current branch in the commit view. That's useful, but what would be super-useful is the ability to display an arbitrary subset of branches.

This would help a lot in situations where you're studying a pair of branches for a potential merge or rebase, but there are a bunch of other branches in the vicinity which are just adding noise to the picture. The existing filters don't allow sufficient granularity for this currently.