summaryrefslogtreecommitdiff
path: root/tests/apply
Commit message (Expand)AuthorAgeFilesLines
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-102-5/+5
* git_patch_parse_ctx: refcount the contextEdward Thomson2016-05-261-0/+1
* patch: `git_patch_from_patchfile` -> `git_patch_from_buffer`Edward Thomson2016-05-261-12/+13
* apply: test postimages that grow/shrink originalEdward Thomson2016-05-261-0/+42
* Introduce git_patch_options, handle prefixesEdward Thomson2016-05-261-37/+37
* apply: move patch data to patch_common.hEdward Thomson2016-05-263-576/+2
* patch: abstract patches into diff'ed and parsedEdward Thomson2016-05-261-0/+1
* patch parsing: ensure empty patches are illegalEdward Thomson2016-05-261-0/+8
* patch parsing: parse binary patch filesEdward Thomson2016-05-261-55/+123
* patch application: apply binary patchesEdward Thomson2016-05-263-11/+242
* apply: handle empty patchesEdward Thomson2016-05-261-0/+8
* Patch parsing from patch filesEdward Thomson2016-05-262-0/+490
* Introduce git_apply_patchEdward Thomson2016-05-262-0/+462