libgit2 / libgit2/libgit2sharp
Reading patch files missing
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.5k
- Forks
- 925
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the libgit2 patch-parsing work linked in the issue and the current libgit2sharp API surface. The work is done when patch files can be loaded into a Patch-like object through this library, with the expected public API and behavior established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, git
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100