summaryrefslogtreecommitdiff
path: root/tests/patch/print.c
Commit message (Expand)AuthorAgeFilesLines
* patch: correctly handle mode changes for renamesPatrick Steinhardt2020-03-261-0/+6
* patch_parse: correct parsing of patch containing not shown binary data.Gregory Herrero2019-11-191-0/+6
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* diff: treat binary patches with no data specialethomson/diff-read-empty-binaryEdward Thomson2016-09-051-0/+6
* 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-1/+2
* Introduce git_patch_options, handle prefixesEdward Thomson2016-05-261-1/+1
* patch_parse: test roundtrip patch parsing -> printEdward Thomson2016-05-261-0/+166