git-lfs/locking
brian m. carlson bf9fc6efc0
locking: make patterns with slashes work on Windows
When we get paths from git.GetAttributePaths, the paths are in the
system native format; that is, they use the system native path
separator.  However, when creating patterns, we always want to use a
slash.  As things stand right now, lockable patterns that use a slash
never match on Windows.

Convert the patterns to use a slash so that lockable patterns work as
expected on Windows.
2020-05-18 21:41:57 +00:00
..
schemas Make 'locked_at' required in JSON schema 2019-05-16 12:10:16 +03:00
api_test.go locking: rename locks.VerifiableLocks to SearchLocksVerifiable 2019-03-19 17:01:29 +01:00
api.go Fix Typos 2019-07-24 07:17:40 +00:00
cache_test.go Refine naming for LockCache methods 2016-12-14 09:44:58 +00:00
cache.go Fix Typos 2019-07-24 07:17:40 +00:00
lockable.go locking: make patterns with slashes work on Windows 2020-05-18 21:41:57 +00:00
locks_test.go locking: "locks --verify" supports "--cached" 2019-03-28 10:12:41 +01:00
locks.go Allow locking/unlocking of nonexistent files 2020-05-10 19:41:36 -07:00