]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/worktree.h
worktree: introduce `struct git_worktree`
authorPatrick Steinhardt <ps@pks.im>
Wed, 21 Oct 2015 10:02:31 +0000 (12:02 +0200)
committerPatrick Steinhardt <ps@pks.im>
Mon, 13 Feb 2017 09:28:15 +0000 (10:28 +0100)
commitd3bc09e81687ca132226e93ce69b9a28b8d3c66b
treefd1c69feb7f9cc665ac995ed4f30c45212c8b419
parent45f2b7a43ffe77bac3acbf21a041b56f03842ba8
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.
include/git2/types.h
include/git2/worktree.h
src/worktree.c
src/worktree.h [new file with mode: 0644]
tests/worktree/worktree.c