-
Notifications
You must be signed in to change notification settings - Fork 632
Closed
Description
Using git maintenance start
, Git starting prefetching remote refs. However, these are unfortunately treated as local branches in the refs view, and end up cluttering the view a lot.
Ideally, I don't want them shown in the refs view at all. I personally don't see the need for them there. AFAIK, their sole purpose is basically to fetch refs remote refs w.o. being subject to garbage collection.
Another possibility is having them show up akin to remote branches, if excluding them is not deemed a good idea.
NB: They don't appear when using tig refs --branches
, --remotes
or --tags
.
While I'm here, is there a way to toggle branches, tags or remotes in the view?
Metadata
Metadata
Assignees
Labels
No labels