summaryrefslogtreecommitdiff
path: root/src/patch.c
Commit message (Collapse)AuthorAgeFilesLines
* 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