summaryrefslogtreecommitdiff
path: root/src/apply.c
Commit message (Expand)AuthorAgeFilesLines
* common: use PRIuZ for size_t in `giterr_set` callsPatrick Steinhardt2016-11-141-1/+1
* diff: treat binary patches with no data specialethomson/diff-read-empty-binaryEdward Thomson2016-09-051-1/+9
* apply: fix warning when initializing patch imagesPatrick Steinhardt2016-08-051-1/+1
* 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