Add worktree support - Bump version of libgit2 #956
Loading…
Reference in New Issue
No description provided.
Delete Branch "coveord/add_worktree_support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds bindings for interacting with the libgit2 Worktree API (https://libgit2.org/libgit2/#v1.5.0/group/worktree).
Worktree
andWorktreeCollection
types and bound togit_worktree
in libgit2.Repository
type to add aWorktreeCollection
field.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.