git-lfs/locking
brian m. carlson cd1577af24
post-checkout: don't modify permissions of untracked files
Git doesn't know about untracked files, so we should avoid modifying
them when we adjust permissions in the post-checkout hook.  Add an
option to our invocation of git ls-files that controls the use of the
--others flag (which controls listing untracked files), and disable it
when we're looking for files to process with the post-checkout hook.
2021-12-06 13:44:33 +00:00
..
schemas Make 'locked_at' required in JSON schema 2019-05-16 12:10:16 +03:00
api_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
api.go Set package version to v3 2021-09-02 20:41:08 +00:00
cache_test.go Refine naming for LockCache methods 2016-12-14 09:44:58 +00:00
cache.go Set package version to v3 2021-09-02 20:41:08 +00:00
lockable.go post-checkout: don't modify permissions of untracked files 2021-12-06 13:44:33 +00:00
locks_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
locks.go Set package version to v3 2021-09-02 20:41:08 +00:00
ssh.go Set package version to v3 2021-09-02 20:41:08 +00:00