forked from git-lfs/git-lfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
locking: remove write permission for ignored files
When a file exists in a user's working copy that has been previously marked as lockable and has since become ignored, the file's write permission would no longer be managed by Git LFS. Since 'git lfs lock' corresponds to pathname only (and thus is not affected by Git-specific concepts such as .gitignore), let's continue to manage those files' write permissions by using tools.FastWalkGitRepoAll instead of tools.FastWalkGitRepo.
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters