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
2014-01-28Add PHP tests and fix bug in PHP builtin driverRussell Belfer
2014-01-27Update Javascript userdiff driver and testsRussell Belfer
2014-01-25Move userdiff tests to be data drivenRussell Belfer
2014-01-22Preserve tree filemode in index during checkoutEdward Thomson
2014-01-21Merge submodulesEdward Thomson
2014-01-21Don't try to merge binary filesEdward Thomson
2014-01-21merge_file should use more aggressive levelsEdward Thomson
2014-01-08Handle git_buf's from users more liberallyEdward Thomson
2013-12-03Introduce git_revert to revert a single commitEdward Thomson
2013-11-19tree-cache: Don't segfault upon corruptionnulltoken
2013-11-15Rename tests-clar to testsBen Straub
2012-05-03Backport more test dataVicent Martí
2012-05-03Move test resourcesVicent Martí
2012-05-03Merge branch 'new-error-handling' into developmentVicent Martí
2012-04-25Include the new config test fileCarlos Martín Nieto
2012-04-16config: parse quoted valuesCarlos Martín Nieto
2012-04-10tag: Add git_tag_peel() which recursively peel a tag until a non tag git_obje...nulltoken
2012-04-03Merge pull request #606 from benstraub/t04_commit_to_clarVicent Martí
2012-04-01Moved testing resources to clar, and removed old tests directory.Ben Straub
2012-03-30t08_tag.c ported.Ben Straub
2012-03-26Fix handling of submodules in treesRussell Belfer
2012-03-26Fix error in tree iterator when popping up treesRussell Belfer
2012-03-22Adding new tests for new status commandRussell Belfer
2012-03-21Ported t04_commit.c to Clar.Ben Straub
2012-03-03Add tests and fix bugs for diff whitespace optionsRussell Belfer
2012-03-03Clean up diff implementation for reviewRussell Belfer
2012-03-03Initial implementation of git_diff_blobRussell Belfer
2012-03-03Add test for possible attr bugRussell Belfer
2012-02-17Implement setting multivarsCarlos Martín Nieto
2012-02-17tests: add multivar read testCarlos Martín Nieto
2012-02-02Add unit tests for recent bug fixesRussell Belfer
2012-01-17Fix handling of relative paths for attrsRussell Belfer
2012-01-12Allow ignores (and attribs) for nonexistent filesRussell Belfer
2012-01-12Initial implementation of gitignore supportRussell Belfer
2011-12-31Improved gitattributes macro implementationRussell Belfer
2011-12-29Add support for macros and cache flush API.Russell Belfer
2011-12-21Add APIs for git attributesRussell Belfer
2011-11-26tests: Add `refs` folder to the `bad_tag.git` repoVicent Marti
2011-10-30status: Add a file in the test repository to cover the correct sorting of ent...nulltoken
2011-10-14Add test commit containing subtrees and filesnulltoken
2011-10-13tag: avoid a double-free when parsing tags without a tagger fieldBrodie Rao
2011-10-13commit: properly parse empty commit messagesBrodie Rao
2011-10-01config: behave like git with [section.subsection]Carlos Martín Nieto
2011-09-22config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken
2011-09-15Mark the resources in the test folder as binary to prevent unexpected line-fe...nulltoken
2011-07-09status: add subdir to test repoJason Penny
2011-07-09status: new test repoJason Penny
2011-07-09status: get blob object id of file on diskJason Penny
2011-07-05Merge pull request #300 from carlosmn/gsoc2011/masterVicent Martí
2011-07-05Add test for section header at end of fileCarlos Martín Nieto