apply: Add bindings for git_apply_to_tree #657
Loading…
Reference in New Issue
No description provided.
Delete Branch "smh-apply-to-tree-bindings"
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?
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?
I do not think this is needed since you are using the variable at line
1010
.Good eye, removed. Thanks! 👍
immediately! we have automation in place to cut a new patch release the moment a new change gets merged.
just a small request, can the commits and trees returned by this function be
defer ...Free()
d? I know thatTestApplyDiffAddFile()
doesn't do that either, but we should probably fix that later.@lhchavez done! 👍
🎉