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-09-24Fix incorrect return code in crlf filterRussell Belfer
2013-09-17Add clar helper to create new commit from indexRussell Belfer
2013-09-06Better macro name for is-exec-bit-set testRussell Belfer
2013-09-05Fix tests of file modesRussell Belfer
2013-08-19index: report when it's lockedCarlos Martín Nieto
2013-06-20Add tests and fix use of freed memoryRussell Belfer
2013-06-20Add index pathspec-based operationsRussell Belfer
2013-06-17Test has to work on case sensitive systemsRussell Belfer
2013-06-17some simple case-sensitive index testsEdward Thomson
2013-05-18introduce git_conflict_iteratorEdward Thomson
2013-05-16Fix trailing whitespacesnulltoken
2013-05-01move NAME and REUC extensions to sys/Edward Thomson
2013-05-01renames!Edward Thomson
2013-03-26Test fixes and cleanupRussell Belfer
2013-03-26Added some tests for issue #1397Sven Strickroth
2013-03-23Add cl_repo_set_bool and cleanup testsRussell Belfer
2013-03-05clear REUC on checkoutEdward Thomson
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-25Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer
2013-01-12add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson
2013-01-10REUC needs to handle empty sidesEdward Thomson
2013-01-05Add index API to remove all files in a directoryRussell Belfer
2013-01-03Proper cleanup jeezVicent Marti
2013-01-03Move test cleanup into cleanup functionsBen Straub
2013-01-03Tests should clean up after themselvesBen Straub
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28API updates for index.hBen Straub
2012-11-23Reset all static variables to NULL in clar's __cleanupSascha Cunz
2012-11-19Add a test for invalid filenames while writing tree from indexfilename-validationScott J. Goldman
2012-11-11Merge pull request #1056 from nulltoken/duplicate-tree-entriesVicent Martí
2012-11-11index: refine add_from_workdir() error reportnulltoken
2012-11-10index: make git_index_new() work with a NULL pathnulltoken
2012-11-09index: Introduce git_index_has_conflicts()nulltoken
2012-11-01index: Fix testsVicent Marti
2012-10-30index refactoringEdward Thomson
2012-10-20index: remove read_tree() progress indicatornulltoken
2012-08-22filemode: deploy enum usagenulltoken
2012-07-31Enable stats on git_index_read_tree.Ben Straub
2012-06-20Make index add/append support core.filemode flagRussell Belfer
2012-06-08misc: Fix warnings from PVS Studio trialVicent Martí
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-03Update test suiteVicent Martí
2012-04-03tests-clar/index: actually assert resultschu
2012-04-03tests: Cleanup & fix test suiteVicent Martí
2012-04-01Discovered cl_git_strequal! Mounted a crusade!Ben Straub
2012-04-01Moved more assertions inside Clar test helpers.Ben Straub
2012-03-30Cleaned up build issues under Linux. Had to disable a file-mode checkBen Straub
2012-03-30t08_tag.c ported.Ben Straub
2012-03-30t06_index.c ported.Ben Straub