summaryrefslogtreecommitdiff
path: root/tests-clar/diff/blob.c
Commit message (Expand)AuthorAgeFilesLines
* Add git_diff_options_init helperRussell Belfer2013-11-011-2/+1
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-10/+10
* Diff API cleanupRussell Belfer2013-10-151-16/+16
* Rename diff objects and split patch.hRussell Belfer2013-10-111-111/+111
* Add "as_path" parameters to blob and buffer diffsRussell Belfer2013-06-171-104/+403
* Add patch from blobs APIRussell Belfer2013-06-121-0/+238
* Initial integration of similarity metric to diffRussell Belfer2013-02-211-2/+2
* More diff tests with binary dataRussell Belfer2013-02-111-15/+119
* Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer2013-01-071-0/+78
* blob: introduce git_blob_is_binary()nulltoken2012-12-171-0/+12
* Deploy GIT_INIT_STRUCTUREBen Straub2012-11-301-1/+1
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-1/+23
* Update diff callback param orderRussell Belfer2012-11-271-18/+18
* More external API cleanupVicent Marti2012-11-271-18/+18
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-231-0/+3
* Initial implementation of diff rename detectionRussell Belfer2012-10-231-39/+37
* Diff iteratorsRussell Belfer2012-09-051-59/+59
* diff: make inter-hunk-context default value git-compliantyorah2012-07-021-5/+65
* Fix MSVC compilation issuenulltoken2012-05-091-104/+104
* tests-clar/diff: fix missing-prototype warningMichael Schubert2012-05-091-2/+2
* diff: fix the diffing of two identical blobsnulltoken2012-05-071-0/+31
* diff: make git_diff_blobs() able to detect binary blobsnulltoken2012-05-071-10/+113
* diff: fix the diffing of a concrete blob against a null onenulltoken2012-05-071-13/+42
* diff: When diffing two blobs, ensure the delta callback parameter is filled w...nulltoken2012-05-071-1/+1
* diff_output: remove unused parameterschu2012-03-211-4/+4
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-7/+2
* Continue implementation of git-diffRussell Belfer2012-03-021-3/+2
* Clean up diff implementation for reviewRussell Belfer2012-03-021-0/+97