libgit2sharp
libgit2sharp copied to clipboard
Reading patch files missing
I have a patch file and I want to load it into memory as Patch
or so.
https://stackoverflow.com/questions/25085434/is-it-possible-to-apply-a-patch-using-libgit2sharp says libgit2 didn't have patch files parsing ready. I see it's there in place: https://github.com/libgit2/libgit2/pull/3223
Any plans to wrap it up under this lib?
It's definitely something that we should include, but I do not have a timeline for doing so.
git apply command was added in libgit2 v0.28.0. Are there any plans to add it to libgit2sharp?
Looks like we have to make a PR!
https://github.com/libgit2/libgit2sharp/pull/1986