libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.61k stars 385 forks source link

How do I apply a patch to a tree? #1016

Closed chilabot closed 4 years ago

chilabot commented 4 years ago

I want to apply a patch to a tree, and have the modified tree. 'pygit2.Repository.apply' applies to the working tree.