summaryrefslogtreecommitdiff
path: root/src/patch.c
Commit message (Expand)AuthorAgeFilesLines
* diff_print: add a new 'print_index' flag when printing diff.Gregory Herrero2019-11-191-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* Add missing license headersPatrick Steinhardt2017-07-031-0/+7
* patch: error on diff callback failureEdward Thomson2016-09-021-0/+3
* Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-241-0/+6
* patch parse: dup the patch from the callersEdward Thomson2016-05-261-6/+0
* patch: abstract patches into diff'ed and parsedEdward Thomson2016-05-261-812/+131
* patch parsing: parse binary patch filesEdward Thomson2016-05-261-9/+145
* Patch parsing from patch filesEdward Thomson2016-05-261-0/+758