Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-15Rename tests-clar to testsBen Straub
2013-11-01Add git_diff_options_init helperRussell Belfer
2013-10-22Create git_diff_line and extend git_diff_hunkRussell Belfer
2013-10-16Diff API cleanupRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-06-18Add "as_path" parameters to blob and buffer diffsRussell Belfer
2013-06-12Add patch from blobs APIRussell Belfer
2013-02-22Initial integration of similarity metric to diffRussell Belfer
2013-02-12More diff tests with binary dataRussell Belfer
2013-01-08Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer
2012-12-17blob: introduce git_blob_is_binary()nulltoken
2012-12-01Deploy GIT_INIT_STRUCTUREBen Straub
2012-12-01Deploy GIT_DIFF_OPTIONS_INITBen Straub
2012-11-28Update diff callback param orderRussell Belfer
2012-11-28More external API cleanupVicent Marti
2012-11-23Reset all static variables to NULL in clar's __cleanupSascha Cunz
2012-10-24Initial implementation of diff rename detectionRussell Belfer
2012-09-06Diff iteratorsRussell Belfer
2012-07-02diff: make inter-hunk-context default value git-compliantyorah
2012-05-09Fix MSVC compilation issuenulltoken
2012-05-09tests-clar/diff: fix missing-prototype warningMichael Schubert
2012-05-07diff: fix the diffing of two identical blobsnulltoken
2012-05-07diff: make git_diff_blobs() able to detect binary blobsnulltoken
2012-05-07diff: fix the diffing of a concrete blob against a null onenulltoken
2012-05-07diff: When diffing two blobs, ensure the delta callback parameter is filled w...nulltoken
2012-03-21diff_output: remove unused parameterschu
2012-03-03Clean up GIT_UNUSED macros on all platformsRussell Belfer
2012-03-03Continue implementation of git-diffRussell Belfer
2012-03-03Clean up diff implementation for reviewRussell Belfer