summaryrefslogtreecommitdiff
path: root/src/diff_patch.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed Xcode 6.1 build warningsPierre-Olivier Latour2015-06-151-1/+1
* patch: include diff options on blob->blob diffsEdward Thomson2015-06-121-1/+2
* diff: introduce binary diff callbacksEdward Thomson2015-06-121-65/+233
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-9/+4
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-1/+11
* Ensure the diff hunk callback is specified before trying to dereference itJacques Germishuys2015-01-251-1/+2
* diff: only compute patches when requestedEdward Thomson2015-01-201-5/+6
* Merge pull request #2575 from cirosantilli/factor-struct-typedefCarlos Martín Nieto2014-10-101-3/+2
|\
| * Join typedef and struct definitions in single file.Ciro Santilli2014-09-241-3/+2
* | Ensure patch is initialized to zero, otherwise, the allocated flag may be setJacques Germishuys2014-09-261-0/+1
|/
* Fix const-correctness of git_patch_get_delta, git_patch_num_hunks, git_patch_...Jacques Germishuys2014-04-111-3/+3
* Add buffer to buffer diff and patch APIsRussell Belfer2014-02-271-118/+112
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-5/+5
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-1/+1
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-26/+10
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-33/+35
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-107/+26
* Diff API cleanupRussell Belfer2013-10-151-13/+6
* Rename diff objects and split patch.hRussell Belfer2013-10-111-78/+78
* Merge pull request #1738 from libgit2/diff-patch-content-sizeBen Straub2013-08-081-6/+51
|\
| * Add hunk/file headers to git_diff_patch_sizeRussell Belfer2013-07-231-11/+38
| * Add git_diff_patch_size() APIRussell Belfer2013-07-221-2/+20
* | Fix some warningsRussell Belfer2013-07-261-13/+13
* | Don't do text diff unless content will be usedRussell Belfer2013-07-241-0/+4
|/
* Fix bug marking submodule diffs as unmodifiedRussell Belfer2013-06-271-1/+5
* Add "as_path" parameters to blob and buffer diffsRussell Belfer2013-06-171-46/+113
* More tests and bug fixes for status with renameRussell Belfer2013-06-171-2/+4
* Fix diff header naming issuesRussell Belfer2013-06-121-14/+119
* Improvements to git_arrayRussell Belfer2013-06-121-2/+2
* Add patch from blobs APIRussell Belfer2013-06-121-50/+145
* Implement regex pattern diff driverRussell Belfer2013-06-111-3/+2
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+723