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

Use an absolute path for smudging #3780

Merged
merged 1 commit into from Aug 16, 2019
Merged

Use an absolute path for smudging #3780

merged 1 commit into from Aug 16, 2019

Conversation

bk2204
Copy link
Member

@bk2204 bk2204 commented Aug 16, 2019

On Windows, paths are limited to 260 characters with two exceptions: manifested applications on Windows 10 may use long path, and all systems may use UNC paths, which must be absolute. Since we are not currently using a manifest, use an absolute path when smudging to make so that we can take advantage of UNC paths on Windows.

Fixes #3772

@bk2204 bk2204 requested a review from a team August 16, 2019 15:14
Copy link
Contributor

@PastelMobileSuit PastelMobileSuit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Windows, paths are limited to 260 characters with two exceptions:
manifested applications on Windows 10 may use long path, and all systems
may use UNC paths, which must be absolute. Since we are not currently
using a manifest, use an absolute path when smudging to make so that we
can take advantage of UNC paths on Windows.
@bk2204 bk2204 merged commit 719e1aa into git-lfs:master Aug 16, 2019
@bk2204 bk2204 deleted the abs-smudge branch August 16, 2019 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

git lfs pull does not work on long path (windows)
2 participants