16

How can I filter my commit view to show only the commits into my master branch? To filter all the noise of seeing commits on all the other branches.

In Sourcetree this would be filtering "First Parent Only" on a given branch.

Adam Johns
  • 35,397
  • 25
  • 123
  • 176

3 Answers3

23

As of build 1070, you can do this by Alt-clicking the eye icon on the branch name in the location bar:

Example:

enter image description here

Adam Johns
  • 35,397
  • 25
  • 123
  • 176
9

Build 1107 has a pretty convenient solution to the OP's problem. (I'm not sure if that's when they started including it though).

Context menu option

Simply right-click on the commit that the branch you want to isolate is at and choose to hide all branches except the relevant one.

Stefan Becker
  • 5,695
  • 9
  • 20
  • 30
Kanishk Kakar
  • 91
  • 1
  • 2
2

In the current version of sublimemerge (1065) this isn't available.

Chris
  • 54,599
  • 30
  • 149
  • 186