libgit2/tests/worktree
Patrick Steinhardt 384518d09d repository: restrict checking out checked out branches
If a branch is already checked out in a working tree we are not
allowed to check out that branch in another repository. Introduce
this restriction when setting a repository's HEAD.
2017-02-13 11:06:52 +01:00
..
config.c config: open configuration in commondir 2017-02-13 10:28:15 +01:00
merge.c worktree: test basic merge functionality 2017-02-13 11:04:04 +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 repository: restrict checking out checked out branches 2017-02-13 11:06:52 +01:00
repository.c worktree: implement functions reading HEAD 2017-02-13 11:03:01 +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 functions reading HEAD 2017-02-13 11:03:01 +01:00