0

Is it possible to apply a patch using libgit2sharp. I am looking for an equivalent of

git apply --check fix_empty_poster.patch
R.D
  • 4,781
  • 11
  • 41
  • 58

1 Answers1

2

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.

Edward Thomson
  • 74,857
  • 14
  • 158
  • 187