summaryrefslogtreecommitdiff
path: root/src/patch_generate.c
Commit message (Expand)AuthorAgeFilesLines
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* patch_parse: ensure valid patch output with EOFNLErik Aigner2019-07-111-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-16/+16
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* refcount: make refcounting conform to aliasing rulesPatrick Steinhardt2017-11-181-1/+1
* Merge pull request #4288 from pks-t/pks/include-fixupsEdward Thomson2017-08-151-2/+3
|\
| * Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+3
* | patch_generate: represent buffers as void pointersPatrick Steinhardt2017-07-101-2/+2
|/
* patch_generate: move `git_diff_foreach` to diff.cPatrick Steinhardt2017-03-141-36/+0
* patch_generate: fix `git_diff_foreach` only working with generated diffsPatrick Steinhardt2017-03-141-23/+9
* patch_generate: remove duplicated logicPatrick Steinhardt2017-03-141-29/+8
* patch: memory leak of patch.base.diff_opts.new|old_prefixEtienne Samson2017-01-131-1/+3
* giterr_set: consistent error messagesEdward Thomson2016-12-291-2/+2
* Fix potential use of uninitialized valuesPatrick Steinhardt2016-12-121-1/+1
* diff: treat binary patches with no data specialethomson/diff-read-empty-binaryEdward Thomson2016-09-051-2/+13
* patch_generate: only calculate binary diffs if requestedPatrick Steinhardt2016-09-011-14/+18
* Teach `git_patch_from_diff` about parsed diffsethomson/patch_from_diffEdward Thomson2016-08-241-1/+1
* packbuilder: `size_t` all the thingsEdward Thomson2016-07-241-2/+2
* git_diff_generated: abstract generated diffsEdward Thomson2016-05-261-0/+1
* patch: `patch_diff` -> `patch_generated`Edward Thomson2016-05-261-0/+953