summaryrefslogtreecommitdiff
path: root/src/patch.c
Commit message (Expand)AuthorAgeFilesLines
* patch: error on diff callback failureEdward Thomson2016-09-021-0/+3
* Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-241-0/+6
* 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
* patch parsing: parse binary patch filesEdward Thomson2016-05-261-9/+145
* Patch parsing from patch filesEdward Thomson2016-05-261-0/+758