summaryrefslogtreecommitdiff
path: root/src/diff_parse.c
Commit message (Expand)AuthorAgeFilesLines
* refcount: make refcounting conform to aliasing rulesPatrick Steinhardt2017-11-181-1/+1
* parse: extract parse modulePatrick Steinhardt2017-11-111-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+3
* diff_parse: free object instead of its pointerPatrick Steinhardt2017-04-251-1/+1
* diff_parse: check return value of `git_diff_init_options`Patrick Steinhardt2017-03-211-1/+5
* diff_parse: correctly set options for parsed diffsPatrick Steinhardt2017-03-141-1/+3
* Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-241-6/+2
* introduce `git_diff_from_buffer` to parse diffsEdward Thomson2016-05-261-0/+105