-
Notifications
You must be signed in to change notification settings - Fork 323
apply: Add bindings for git_apply_to_tree #657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apply: Add bindings for git_apply_to_tree #657
Conversation
9e175bc
to
606a8e0
Compare
606a8e0
to
19c66d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this get merged, when do you anticipate a new release that includes these changes?
immediately! we have automation in place to cut a new patch release the moment a new change gets merged.
This change adds explicit `.Free()` calls in `TestApplyDiffAddFile()`. It was discovered in libgit2#657 that some objects were not explicitly being freed, so this fixes that!
This change adds explicit `.Free()` calls in `TestApplyDiffAddFile()`. It was discovered in #657 that some objects were not explicitly being freed, so this fixes that!
Adds bindings to the git_apply_to_tree function that allows applying a diff directly to a tree.
19c66d7
to
c3d0aa0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Adds bindings to the git_apply_to_tree function that allows applying a diff directly to a tree. (cherry picked from commit 10d5ebf)
Adds bindings to the git_apply_to_tree function that allows applying
a diff directly to a tree.
Should this get merged, when do you anticipate a new release that includes these changes?