Commit history not showing commits before move of file - timeline #2960
Unanswered
angelaschmid
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Which view are you looking at? You mentioned "timeline" so you do you mean the Timeline view in VS Code? If so, that is a VS Code view not a GitLens view. The GitLens version of that Timeline view is the File History view, and the setting you reference does what you said for that view. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After a file rename the commit history can be viewed with
git log --follow <file>
.Although I set
gitlens.advanced.fileHistoryFollowsRenames = true
the timeline still only shows commits starting from the rename.(the older commits are visible as blames in the file)
Is this setting
Beta Was this translation helpful? Give feedback.
All reactions