Add packbuilder.SetCallbacks() #947

Open
iefserge wants to merge 2 commits from iefserge/main into main
iefserge commented 2023-02-26 13:48:02 -06:00 (Migrated from github.com)

Add SetCallbacks function to packbuilder which invokes git_packbuilder_set_callbacks and allows packbuilder progress information to be reported back to the caller.

https://libgit2.org/libgit2/#HEAD/group/packbuilder/git_packbuilder_set_callbacks

Add `SetCallbacks` function to packbuilder which invokes `git_packbuilder_set_callbacks` and allows packbuilder progress information to be reported back to the caller. https://libgit2.org/libgit2/#HEAD/group/packbuilder/git_packbuilder_set_callbacks
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
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 iefserge/main main
git pull origin iefserge/main

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff iefserge/main
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#947
No description provided.