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] Broken display of archived branches #723

Open DonEstefan opened 1 year ago

DonEstefan commented 1 year ago

Describe the Bug

I followed this guide to "archive" a git branch by tagging it first and then deleting it. This result is displayed incorrectly, when displaying "all branches".

Steps To Reproduce

  1. create a new branch from an exisiting "master" branch,
  2. add a new commit to the new branch
  3. tag the head of the new branch
  4. delete the new branch (without deleting the tag)
  5. add a new commit to the "master" branch

Expected Behavior

grafik

The problem gets really annoying when you add more commits/branches, since the marked line keeps growing with each and every change.

Environment

Carmoldu commented 1 year ago

I encountered the same issue and could not find a workaround.