You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing git-branchless has resulted in it labeling large numbers of commits with meaningless refs which clutter the tig view. Is it possible to hide certain refs from tig by a regex/glob pattern?
I looked at https://jonas.github.io/tig/doc/tigrc.5.html#_variables, and it seems the closest you can get is hide:, but you can't hide branches and unknown refs separately, nor can you hide refs/stash and refs/branchless separately if you want.