Add worktree support - Bump version of libgit2 #956

Open
mikebaum wants to merge 6 commits from coveord/add_worktree_support into main
mikebaum commented 2023-10-02 09:33:57 -05:00 (Migrated from github.com)

This PR adds bindings for interacting with the libgit2 Worktree API (https://libgit2.org/libgit2/#v1.5.0/group/worktree).

  • added the Worktree and WorktreeCollection types and bound to git_worktree in libgit2.
  • updated the Repository type to add a WorktreeCollection field.
  • bumped the version of libgit2 to 1.7.0
This PR adds bindings for interacting with the libgit2 Worktree API (https://libgit2.org/libgit2/#v1.5.0/group/worktree). - added the `Worktree` and `WorktreeCollection` types and bound to `git_worktree` in libgit2. - updated the `Repository` type to add a `WorktreeCollection` field. - bumped the version of libgit2 to 1.7.0
This pull request has changes conflicting with the target branch.
  • .github/workflows/backport.yml
  • .github/workflows/ci.yml
  • Build_bundled_static.go
  • Build_system_dynamic.go
  • Build_system_static.go
  • README.md
  • go.mod
  • vendor/libgit2
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b coveord/add_worktree_support main
git pull origin coveord/add_worktree_support

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff coveord/add_worktree_support
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#956
No description provided.