git2go
git2go copied to clipboard
Add worktree support - Bump version of libgit2
This PR adds bindings for interacting with the libgit2 Worktree API (https://libgit2.org/libgit2/#v1.5.0/group/worktree).
- added the
WorktreeandWorktreeCollectiontypes and bound togit_worktreein libgit2. - updated the
Repositorytype to add aWorktreeCollectionfield. - bumped the version of libgit2 to 1.7.0