Is it possible to apply a patch using libgit2sharp. I am looking for an equivalent of
git apply --check fix_empty_poster.patch
Is it possible to apply a patch using libgit2sharp. I am looking for an equivalent of
git apply --check fix_empty_poster.patch
No, there is not yet a way to apply a patch in LibGit2Sharp.
Some work has begun for patch application in libgit2, but it is not yet complete. Once that gets merged, then the same mechanism can be exposed in LibGit2Sharp.