gitHistoryVSCode icon indicating copy to clipboard operation
gitHistoryVSCode copied to clipboard

[BUG] Broken display of archived branches

Open DonEstefan opened this issue 1 year ago • 1 comments

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

  • OS: Windows (git history plugin installed to remote_WSL)
  • VSCode version: 1.71.2
  • Git History version: v0.6.19

DonEstefan avatar Oct 04 '22 18:10 DonEstefan

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

Carmoldu avatar Jan 26 '23 08:01 Carmoldu