DonJayamanne / gitHistoryVSCode

Git History for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory
MIT License
944 stars 150 forks source link

[BUG] All Branches view not updating correctly #735

Open paddelboot opened 1 year ago

paddelboot commented 1 year ago

Describe the Bug

This extension worked fine for a few month in my Win 10 / WSL2 install. For some weeks now, the "All Branches" view shows stale information.

A workaround seems to be to deactivate/reactivate the extension

Steps To Reproduce

  1. git fetch --all --remote
  2. Open Git History Tab and go to "All Branches"
  3. See fetched branches' tags still remaining on old commits

Expected Behavior

To have the "All Branch" commit timeline show the current local/remote repository branches states.

Environment

vanry commented 1 year ago

I have the same problem, in the Git History tab, clicking the Refresh button does not update anything.

jeremycopinlm commented 1 year ago

Same here, I use it very often, could be great to fix it

PengJack commented 1 year ago

I have the same problem , hope will fix this problem

weichen35 commented 11 months ago

It only refresh the branch state when I reload the VS code, which is quite inconvenient. Hoping that this can be fixed.