summaryrefslogtreecommitdiff
path: root/tests/apply
Commit message (Expand)AuthorAgeFilesLines
...
* | apply: test a patch can be applied even with a modified indexEdward Thomson2018-11-041-22/+15
* | apply: test that the index is not modifiedEdward Thomson2018-11-041-0/+76
* | apply tests: separate common patch hunksEdward Thomson2018-11-041-73/+59
* | apply tests: use `git_iterator_foreach` for testsEdward Thomson2018-11-041-51/+69
* | apply: handle file additionsEdward Thomson2018-11-041-4/+49
* | apply: handle file deletionsEdward Thomson2018-11-041-0/+49
* | apply: test `git_apply` with a parsed patchEdward Thomson2018-11-041-0/+49
* | apply: test `git_apply` application to a workdirEdward Thomson2018-11-041-0/+124
* | apply: introduce `git_apply_tree`Edward Thomson2018-11-031-0/+58
|/
* 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