]> git.proxmox.com Git - libgit2.git/commit - include/git2/worktree.h
worktree: implement `git_worktree_add`
authorPatrick Steinhardt <ps@pks.im>
Fri, 23 Oct 2015 12:11:44 +0000 (14:11 +0200)
committerPatrick Steinhardt <ps@pks.im>
Mon, 13 Feb 2017 10:00:17 +0000 (11:00 +0100)
commitdea7488e93bdd9a0291d518af58b1cde6d71aca9
tree4a20184011c124693fcc520c98af2608cdb2a01f
parent372dc9ff6ada409204b7c3de882e5dad16f30b36
worktree: implement `git_worktree_add`

Implement the `git_worktree_add` function which can be used to create
new working trees for a given repository.
include/git2/worktree.h
src/worktree.c
tests/worktree/worktree.c