summaryrefslogtreecommitdiff
path: root/src/apply.c
Commit message (Expand)AuthorAgeFilesLines
* apply: safety check files that dont end with eolEdward Thomson2016-07-241-1/+4
* apply: compare preimage to imageEdward Thomson2016-07-241-1/+1
* vector: more sensible names for `grow_at`/`shrink_at`Edward Thomson2016-05-261-2/+2
* patch application: drop unnecessary `patch_image_init`Edward Thomson2016-05-261-10/+2
* patch: use delta's old_file/new_file membersEdward Thomson2016-05-261-1/+1
* patch: abstract patches into diff'ed and parsedEdward Thomson2016-05-261-6/+8
* patch application: apply binary patchesEdward Thomson2016-05-261-4/+91
* apply: handle empty patchesEdward Thomson2016-05-261-1/+4
* Introduce git_apply_patchEdward Thomson2016-05-261-0/+282