Sublime Forum

Sublime Merge Dev Build 1067

#1

Dev Build 1067 is out now at https://www.sublimemerge.com/dev

1067 introduces a few new features to help manage lots of branches. There are still a few loose ends here, but we wanted to get what we’ve got out the door. The first item is Commit Folding - merge commits are now shown folded by default, and only their first parent is shown in the commit graph. Clicking on the dot next to the commit will unfold the commit.

This is a big help on repositories with lots of branching: for example, the git repository itself (https://github.com/git/git) goes from a gigantic tangle of lines into a clean history, but still with the ability to drill down into branches of interest.

Along with commit folding, we now group commits into folders in the location bar (if they have/a/slash in their name), and individual branches can be hidden from the commit graph via the location bar.

We’re keen to hear how you get on with these new features!

7 Likes

#2

Nice changes. The folding capabilities really improve the usability.

0 Likes

#3

Hiding branches from the Location Bar is AWESOME! Thank you!

0 Likes

#4

Nice, this is a HUGE improvement. One small suggestion: Instead of “Hide branch” for the hover text on the show/hide button I would use “Hide branch in graph”. I wasn’t sure where I was hiding things.

1 Like