git-lfs/locking
Taylor Blau a727fea2a2 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.
2018-08-20 07:42:28 -06:00
..
schemas locking: update schemas correctly 2017-12-14 16:27:25 -05:00
api_test.go locking: update schemas correctly 2017-12-14 16:27:25 -05:00
api.go locking: update schemas correctly 2017-12-14 16:27:25 -05:00
cache_test.go Refine naming for LockCache methods 2016-12-14 09:44:58 +00:00
cache.go locking: remove dependency on config pkg 2017-01-03 14:13:59 -07:00
lockable.go locking: remove write permission for ignored files 2018-08-20 07:42:28 -06:00
locks_test.go locking: send full refspec in locks/verify request 2017-11-08 15:04:40 -07:00
locks.go locking: teach SearchLocks() to send remote refspec 2017-12-06 18:08:18 -07:00