vscode-gitlens
vscode-gitlens copied to clipboard
Current Line Blame shows incorrect information
The current line blame is wrong. When I open any project file and hover over any line I get the following ...

- GitLens Version: 12.0.6
- Git Version: 2.20.1.windows.1
- VSCode Version: 1.66.2
- OS Version: Windows_NT x64 10.0.19042
Steps to Reproduce:
- open a project file
- hover over any line
Old issue, but I'm also experiencing this. Every line in my monorepo blames the same two month old commit.
It works correctly in other repos but I see the same problem in Goland, which makes me think it's not directly a GitLens issue but something that's gone wrong in the git repo somehow.
Edit: git blame itself is actually producing the strange output for me, so definitely not a git lens problem.