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 (Collapse)Author
2013-09-17Add clar helper to create new commit from indexRussell Belfer
There were a lot of places in the test code base that were creating a commit from the index on the current branch. This just adds a helper to handle that case pretty easily. There was only one test where this change ended up tweaking the test data, so pretty easy and mostly just a cleanup.
2013-08-23Trying to fix Win32 warningsRussell Belfer
2013-08-05Move slow tests to "stress" clar moduleRussell Belfer
Create a new section of clar tests "stress" that will default to being off where we can put slow tests that push the library for performance testing purposes.