DonJayamanne / gitHistoryVSCode

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

[BUG] Local HEAD not visible in Git History #716

Open claudius-kienle opened 2 years ago

claudius-kienle commented 2 years ago

When I open the git history graph in vscode, I can see all branches and commits, except the ones related to the local HEAD. On the other side, git log --graph --oneline --all always displays where my HEAD currently points at.

The missing HEAD in the git history is even more important, If i am currently not on any branch but e.g. multiple commits ahead of a branch.

I would love to also see the local HEAD in the git history as the git log command also displays it.