libgit2/tests/worktree
Patrick Steinhardt 2a503485fa worktree: implement locking mechanisms
Working trees support locking by creating a file `locked` inside
the tree's gitdir with an optional reason inside. Support this
feature by adding functions to get and set the locking status.
2017-02-13 11:01:09 +01:00
..
config.c config: open configuration in commondir 2017-02-13 10:28:15 +01:00
open.c repository: introduce is_worktree variable 2017-02-13 10:28:15 +01:00
reflog.c refdb: look for reflog in commondir 2017-02-13 10:28:15 +01:00
refs.c refdb: introduce commondir awareness 2017-02-13 10:28:15 +01:00
worktree_helpers.c tests: implement worktree helpers 2017-02-13 10:13:02 +01:00
worktree_helpers.h tests: implement worktree helpers 2017-02-13 10:13:02 +01:00
worktree.c worktree: implement locking mechanisms 2017-02-13 11:01:09 +01:00