summaryrefslogtreecommitdiff
path: root/tests/diff/parse.c
Commit message (Expand)AuthorAgeFilesLines
* patch_parse: populate line numbers while parsing diffsEtienne Samson2018-06-191-0/+71
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-6/+6
* patch_parse: fix parsing patches only containing exact renamesPatrick Steinhardt2017-09-011-0/+21
* diff_parse: correctly set options for parsed diffsPatrick Steinhardt2017-03-141-0/+21
* patch_parse: fix parsing minimal trailing diff linePatrick Steinhardt2017-03-141-0/+21
* patch_generate: fix `git_diff_foreach` only working with generated diffsPatrick Steinhardt2017-03-141-0/+29
* Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-241-0/+45
* patch: show copy information for identical copiesEdward Thomson2016-06-251-0/+5
* patch::parse: test diff with exact rename and copyEdward Thomson2016-06-251-0/+5
* patch::parse: test diff with simple renameEdward Thomson2016-06-251-12/+27
* diff::parse tests: test parsing a diffEdward Thomson2016-06-251-0/+68
* introduce `git_diff_from_buffer` to parse diffsEdward Thomson2016-05-261-0/+60