summaryrefslogtreecommitdiff
path: root/src/patch.c
Commit message (Collapse)AuthorAgeFilesLines
* Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-241-0/+6
| | | | | Ensure that `git_patch_from_diff` can return the patch for parsed diffs, not just generate a patch for a generated diff.
* patch parse: dup the patch from the callersEdward Thomson2016-05-261-6/+0
|
* patch: abstract patches into diff'ed and parsedEdward Thomson2016-05-261-812/+131
| | | | | | Patches can now come from a variety of sources - either internally generated (from diffing two commits) or as the results of parsing some external data.
* patch parsing: parse binary patch filesEdward Thomson2016-05-261-9/+145
|
* Patch parsing from patch filesEdward Thomson2016-05-261-0/+758