summaryrefslogtreecommitdiff
path: root/tests/diff/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* diff::parse tests: test parsing a diffEdward Thomson2016-06-251-0/+68
| | | | | Test that we can create a diff file, then parse the results and that the two are identical in-memory.
* introduce `git_diff_from_buffer` to parse diffsEdward Thomson2016-05-261-0/+60
Parse diff files into a `git_diff` structure.