Skip to content
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

Mac: Add support for projecting symlinks #285

Closed
sanoursa opened this issue Sep 20, 2018 · 1 comment
Closed

Mac: Add support for projecting symlinks #285

sanoursa opened this issue Sep 20, 2018 · 1 comment

Comments

@sanoursa
Copy link
Contributor

Right now VFS for Git does not understand that some entries in the git index represent symlinks, so they are not projected correctly. And on Mac, the issue is made even worse because symlinks have a mode of 0, which makes the file totally inaccessible to any user except for root.

@wilbaker wilbaker changed the title Add support for symlinks Mac: Add support for symlinks Sep 24, 2018
@wilbaker wilbaker changed the title Mac: Add support for symlinks Mac: Add support for projecting symlinks Oct 1, 2018
@wilbaker
Copy link
Member

wilbaker commented Oct 1, 2018

I split the original issue into two parts. This issue is for VFS for Git projecting symbolic links, and #320 has been created to update VFS for Git to detect newly created symbolic links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants