fork-dev / Tracker

Bug and issue tracker for Fork for Mac
494 stars 12 forks source link

[Feature Request] Hide branches in the commit list by regex #2078

Closed magauran closed 4 months ago

magauran commented 4 months ago

It is now possible to hide either a specific branch or a folder in the commit list. It would also be great to be able to hide all branches that satisfy the regular expression, instead of hiding each branch manually.

DanPristupov commented 4 months ago

You can hide folders. Regex is too complex and probably won't appear in the near future.

DanPristupov commented 4 months ago

I think it's a duplicate of https://github.com/fork-dev/Tracker/issues/614

magauran commented 4 months ago

Yes, I can hide folders. But some repositories have hundreds of branches that don't use folders. And I have to hide them all manually to be able to use the commit list. Keeping only the active branch doesn't help either, as I want to see all the commits from my team (with a specific prefix).

DanPristupov commented 4 months ago

I want to see all the commits from my team (with a specific prefix).

You can set filters on their folders.

magauran commented 4 months ago

Filters work for my case. Thanks!