Commit d3bc09e81687ca132226e93ce69b9a28b8d3c66b

Patrick Steinhardt 2015-10-21T12:02:31

worktree: introduce `struct git_worktree` Introduce a new `struct git_worktree`, which holds information about a possible working tree connected to a repository. Introduce functions to allow opening working trees for a repository.