mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.9k stars 244 forks source link

Remote tags are still visible for hidden remote #741

Open Strandinator opened 1 year ago

Strandinator commented 1 year ago

Describe the Bug Remote tags are still visible for hidden remote.

Steps to Reproduce

  1. git repo with remotes A and B
  2. tag on commit only in remote B
  3. hide remote B in the "Remote Configuration" section
  4. tagged commit from remote B is still visible (with its parent commits)

Expected Behaviour Tags of hidden remotes should also be hidden. At least i would expect that.

I am not sure if this is intended behavior. There is an option to hide commits only referenced by tags (git-graph.repository.showCommitsOnlyReferencedByTags). That works. But it applies to all tagged commits.

Environment


Otherwise great extension. 👍🏻

kotano commented 1 year ago

I would also like this issue to be fixed 🙏