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-01Make diff and status perform soft index reloadRussell 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-10-05Add git_repository_reset_filesystem and fix testsRussell Belfer
2013-07-06Diff hunk context off by one on long linesRussell Belfer
2013-05-24More diff rename tests; better split swap handlingRussell Belfer
2013-05-07Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer
2013-04-30More tests for diff untracked directoriesRussell Belfer
2013-03-26Fix some diff ignores and submodule dirty workdirRussell Belfer
2013-02-21Replace diff delta binary with flagsRussell Belfer
2012-11-28Update diff callback param orderRussell Belfer
2012-11-28More external API cleanupVicent Marti
2012-10-24Initial implementation of diff rename detectionRussell Belfer
2012-10-09Extend diff helpers for tests a littleRussell Belfer
2012-09-26Add const to all shared pointers in diff APIRussell Belfer
2012-09-26Fix bugs in new diff patch codeRussell Belfer
2012-09-26Initial implementation of new diff patch APIRussell Belfer
2012-09-11Fix diff binary file detectionRussell Belfer
2012-09-10Replace git_diff_iterator_num_files with progressRussell Belfer
2012-09-06Diff iteratorsRussell Belfer
2012-08-23Minor bug fixes in diff codeRussell Belfer
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-06-08Minor fixes, cleanups, and clarificationsRussell Belfer
2012-05-07diff: fix the diffing of two identical blobsnulltoken
2012-05-07diff: make git_diff_blobs() able to detect binary blobsnulltoken
2012-04-30Leverage GIT_UNUSED macro to explicitly mark a function parameter as purposel...nulltoken
2012-04-30diff: provide more context to the consumer of the callbacksnulltoken
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-03-06diff: Fix rebase breackageVicent Martí
2012-03-03Revert GIT_STATUS constants to avoid issuesRussell Belfer
2012-03-03Update diff to use iteratorsRussell Belfer
2012-03-03Fixing unit tests post rebaseRussell 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
2012-02-22Uniform iterators for trees, index, and workdirRussell Belfer