-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fixes #1328 - Adds support for reading file history for files which o… #1330
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
base: main
Are you sure you want to change the base?
Conversation
…s which originate from a symlink
5b7a547 to
7a4179e
Compare
|
To test, you can use the following repo: https://github.com/sweiss3/SampleRepo1.git Detailed steps: And open VSCode on SampleRepo1. You will see that if you navigate to the text file inside LinkToSampleRepo2, GitLens will show an error in the console. With the PR applied, it should show the proper history. |
|
@eamodio Any comments/feedback on this? |
glaukiol1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing
|
@aekewu @glaukiol1 Thank you for your review. |
|
@eamodio Can this PR be merged? Is there any issue with it? |
|
@glaukiol1 Can you please advise on how to get this PR merged? |
|
I need this feature too. Maybe it can be added as a setting option. |
…e paths for Git operations (gitkraken#1330)
…e paths for Git operations (gitkraken#1330)
Description
Fixes #1328 - Adds support for reading the file history for files which originate from symlinks
Checklist
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses