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-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-11-01Convert git_index_read to have a "force" flagRussell Belfer
2013-11-01Make diff and status perform soft index reloadRussell Belfer
2013-10-17Prevent checkout_tree when conflicts exist, clear NAME on checkout treeEdward Thomson
2013-10-09Merge pull request #1886 from libgit2/precompose-utf8Vicent Martí
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-10-05Add git_repository_reset_filesystem and fix testsRussell Belfer
2013-10-04index: Make _read() cope with index file creationnulltoken
2013-10-04Tabify indentationsnulltoken
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í