libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

Reading patch files missing

Open wachulski opened this issue 6 years ago • 4 comments

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?

wachulski avatar Mar 05 '18 12:03 wachulski

It's definitely something that we should include, but I do not have a timeline for doing so.

ethomson avatar Mar 05 '18 12:03 ethomson

git apply command was added in libgit2 v0.28.0. Are there any plans to add it to libgit2sharp?

bacr avatar Mar 05 '19 05:03 bacr

Looks like we have to make a PR!

georgiosd avatar Sep 13 '22 10:09 georgiosd

https://github.com/libgit2/libgit2sharp/pull/1986

georgiosd avatar Sep 13 '22 14:09 georgiosd