summaryrefslogtreecommitdiff
path: root/src/diff_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-241-6/+2
| | | | | Ensure that `git_patch_from_diff` can return the patch for parsed diffs, not just generate a patch for a generated diff.
* introduce `git_diff_from_buffer` to parse diffsEdward Thomson2016-05-261-0/+105
Parse diff files into a `git_diff` structure.