summaryrefslogtreecommitdiff
path: root/src/patch.h
Commit message (Collapse)AuthorAgeFilesLines
* git_patch_parse_ctx: refcount the contextEdward Thomson2016-05-261-15/+0
|
* patch: `git_patch_from_patchfile` -> `git_patch_from_buffer`Edward Thomson2016-05-261-0/+26
|
* patch: use delta's old_file/new_file membersEdward Thomson2016-05-261-2/+0
| | | | | No need to replicate the old_file/new_file members, or plumb them strangely up.
* patch: abstract patches into diff'ed and parsedEdward Thomson2016-05-261-0/+57
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.