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-04-23Improve diff config options handlingRussell Belfer
2013-03-26Test fixes and cleanupRussell Belfer
2013-03-26Added some tests for issue #1397Sven Strickroth
2013-03-09diff: allow asking for diffs with no contextCarlos Martín Nieto
2013-02-22Rename 'exp' so it doesn't conflict with exp()Philip Kelley
2013-02-06diff: Enhance tree-to-tree diff test coveragenulltoken
2013-02-06diff: refactor git_diff_tree_to_tree() testsnulltoken
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-15Fix diff API to better parameter orderRussell Belfer
2012-10-24Initial implementation of diff rename detectionRussell Belfer
2012-10-09Extend diff helpers for tests a littleRussell Belfer
2012-09-29Clean up Win64 warningsRussell Belfer
2012-09-26Add const to all shared pointers in diff APIRussell Belfer
2012-09-26Initial implementation of new diff patch APIRussell Belfer
2012-09-14Fix problems in diff iterator record chainingRussell Belfer
2012-09-06Diff iteratorsRussell Belfer
2012-07-19Fix bug with merging diffs with null optionsRussell Belfer
2012-06-08Minor fixes, cleanups, and clarificationsRussell Belfer
2012-05-07diff: fix the diffing of two identical blobsnulltoken
2012-05-04Fix memory leaks and use after freeRussell Belfer
2012-05-04Support reading attributes from indexRussell Belfer
2012-04-17Update clar and remove old helpersRussell Belfer
2012-03-03Clean up GIT_UNUSED macros on all platformsRussell Belfer
2012-03-03Update diff to use iteratorsRussell Belfer
2012-03-03Add tests and fix bugs for diff whitespace optionsRussell Belfer
2012-03-03Continue implementation of git-diffRussell Belfer
2012-03-03Clean up diff implementation for reviewRussell Belfer