Skip to content

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

Merged
merged 1 commit into from
Oct 23, 2020

Conversation

SamiHiltunen
Copy link
Contributor

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?

@SamiHiltunen SamiHiltunen force-pushed the smh-apply-to-tree-bindings branch 4 times, most recently from 9e175bc to 606a8e0 Compare October 20, 2020 18:57
@SamiHiltunen SamiHiltunen force-pushed the smh-apply-to-tree-bindings branch from 606a8e0 to 19c66d7 Compare October 21, 2020 07:58
Copy link
Contributor

@lhchavez lhchavez left a 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.

lhchavez added a commit to lhchavez/git2go that referenced this pull request Oct 22, 2020
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!
lhchavez added a commit that referenced this pull request Oct 22, 2020
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!
github-actions bot pushed a commit that referenced this pull request Oct 22, 2020
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!

(cherry picked from commit 3a4204b)
lhchavez added a commit that referenced this pull request Oct 22, 2020
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!

(cherry picked from commit 3a4204b)

Co-authored-by: lhchavez <lhchavez@lhchavez.com>
Adds bindings to the git_apply_to_tree function that allows applying
a diff directly to a tree.
@SamiHiltunen SamiHiltunen force-pushed the smh-apply-to-tree-bindings branch from 19c66d7 to c3d0aa0 Compare October 23, 2020 10:39
Copy link
Contributor

@lhchavez lhchavez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@lhchavez lhchavez merged commit 10d5ebf into libgit2:master Oct 23, 2020
github-actions bot pushed a commit that referenced this pull request Oct 23, 2020
Adds bindings to the git_apply_to_tree function that allows applying
a diff directly to a tree.

(cherry picked from commit 10d5ebf)
lhchavez pushed a commit that referenced this pull request Oct 23, 2020
Adds bindings to the git_apply_to_tree function that allows applying
a diff directly to a tree.

(cherry picked from commit 10d5ebf)

Co-authored-by: Sami Hiltunen <github@hiltunen.io>
@SamiHiltunen SamiHiltunen deleted the smh-apply-to-tree-bindings branch October 23, 2020 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants