-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitLens Inspect "File history" is missing entries after "git mv" #2828
Comments
Setting |
Since it looks like newer version of Git now support the We've also changed some defaults and added a new options (and renamed others) to the File History view in the latest pre-release edition of GitLens. We now follow renames by default, which you can still toggle it on/off, and we hide merge commits by default, which can also be toggled it on/off. Can you please verify this fix in tomorrow's ( You can switch to the pre-release edition of GitLens, by clicking on the "Switch to Pre-Release version of this extension" from the Extensions view. |
Verified fix using repro steps in the original post. |
great
thank you so much
Op za 14 okt 2023 om 04:01 schreef Joel Sweetman ***@***.***>
… Also verified here. The options are much more clear now as well, thanks
for that! This also resolves another small issue I was having where merge
commits would always show up in the File History. 🎉
[image: image]
<https://user-images.githubusercontent.com/30223207/275111052-d01fefc5-8ca1-4e7d-a6b8-7938db356caa.png>
—
Reply to this email directly, view it on GitHub
<#2828 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANQ4SXZ5YK7HOOHE4GJPUGLX7HXAJAVCNFSM6AAAAAA2VIJF3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRSGQ4DCNZTG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
I cannot share the repository or a screenshot of the repository, but steps are easily reproducible.
If a file
a.txt
was renamed tob.txt
usinggit mv a.txt b.txt
, the file history of GitLens inspect will not show the full history, only the history ofb.txt
.However, when looking at the line history, the full history is there (
a.txt
+b.txt
).Steps to reproduce:
git mv
command on any fileGitLens Version
14.1.1
VS Code Version
Version: 1.78.2
Commit: b3e4e68a0bc097f0ae7907b217c1119af9e03435
Date: 2023-05-10T14:44:45.204Z (2 mos ago)
Electron: 22.5.2
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
Git Version
git version 2.40.1
Logs, Screenshots, Screen Captures, etc
No response
The text was updated successfully, but these errors were encountered: