summaryrefslogtreecommitdiff
path: root/tests-clar/diff/blob.c
Commit message (Expand)AuthorAgeFilesLines
* 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