summaryrefslogtreecommitdiff
path: root/tests/apply/fromfile.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-4/+4
* buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-111-1/+0
* Merge pull request #4847 from noahp/noahp/null-arg-fixesEdward Thomson2018-11-181-1/+2
|\
| * tests: address two null argument instancesNoah Pendleton2018-11-131-1/+2
* | apply: introduce a hunk callbackEdward Thomson2018-11-051-1/+1
|/
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-3/+3
* 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-261-1/+1
* 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-261-0/+27
* Patch parsing from patch filesEdward Thomson2016-05-261-0/+301