sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

show tags on current branch after I hid all branches except current

Open gko opened this issue 4 years ago • 2 comments

Problem description

I really like the hide all branches except ... feature. It allows me to focus on current branch. But let's say that it's a main branch and I have tags on it. I won't be able to see them. If I find the tag in question and click on it merge will show me all branches with tags on them.

Preferred solution

I don't know if it's a perfect solution but I would like to have something like «Show tags on current branch».

Alternatives

When I click on tag on «Locations» panel merge can highlight only this tag preserving the visibility filter.

Thank you,

— Konstantin

gko avatar Nov 24 '21 13:11 gko

possible duplicate of #933

srbs avatar Nov 24 '21 23:11 srbs

I don't know if it's a perfect solution but I would like to have something like «Show tags on current branch».

I'd say that the the tags on commits shown after hide all branches except ... should just not be hidden. It only talks about hiding branches after all. We shouldn't need a separate menu to handle that case.

rchl avatar Aug 30 '22 21:08 rchl