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 warnings on Windows 64-bit buildRussell Belfer
2013-09-17Add clar helper to create new commit from indexRussell Belfer
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-09-06Better macro name for is-exec-bit-set testRussell Belfer
2013-09-05GIT_MODE_TYPE should exclude setgid bitsRussell Belfer
2013-09-05Fix tests of file modesRussell Belfer
2013-09-05Fix tests to use core.filemode correctlyRussell Belfer
2013-09-05_umask is function name on WindowsRussell Belfer
2013-09-05Make tests take umask into accountRussell Belfer
2013-08-17Improve isolation of new test from user environsRussell Belfer
2013-08-17New test that inits repo and make commitRussell Belfer
2013-08-07Add long-file-name branch to test repoBen Straub
2013-07-10Add BARE option to git_repository_open_extRussell Belfer
2013-07-10Add public API for pathspec matchingRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-05-31Make iterators use GIT_ITEROVER & smart advanceRussell Belfer
2013-05-24Merge pull request #1603 from ben/shallowVicent Martí
2013-05-24More tests of config with various absent filesRussell Belfer
2013-05-24Improve test failure outputBen Straub
2013-05-09Fix git_repository_message docsRussell Belfer
2013-05-07repo: unconditionally create a global config backendCarlos Martín Nieto
2013-04-30Catch issue in config set with no config fileRussell Belfer
2013-04-22Make refcounting atomicCarlos Martín Nieto
2013-04-21Move some low-level repo fns to include/git2/sysRussell Belfer
2013-04-19Fix fs iterator test on case sensitive fsRussell Belfer
2013-04-19Fix uninitialized var warningsRussell Belfer
2013-04-19More filesystem iterator testsRussell Belfer
2013-04-19Add filesystem iterator variantRussell Belfer
2013-03-23Add cl_repo_set_bool and cleanup testsRussell Belfer
2013-03-15Fix valgrind issues (and mmap fallback for diff)Russell Belfer
2013-03-14Fix workdir iterator bugsRussell Belfer
2013-03-11Stabilize order for equiv tree iterator entriesRussell Belfer
2013-03-11Fix tree iterator advance using wrong name compareRussell Belfer
2013-03-11Fix tree iterator path for tree issue + cleanupsRussell Belfer
2013-03-11Use correct case path in icase tree iteratorRussell Belfer
2013-03-11Add tests for case insensitive tree iteratorRussell Belfer
2013-03-09Make tree iterator handle icase equivalenceRussell Belfer
2013-03-07Add INCLUDE_TREES, DONT_AUTOEXPAND iterator flagsRussell Belfer
2013-03-07Make iterator APIs consistent with standardsRussell Belfer
2013-02-28Make mode handling during init more like gitRussell Belfer
2013-02-27Fix portability issues on WindowsRussell Belfer
2013-02-26Fix initialization of repo directoriesRussell Belfer
2013-02-07tests: fix indentation in repo/message.cScott J. Goldman
2013-02-07tests: fix indentation in repo/init.cScott J. Goldman
2013-01-13Now checks in the template test whether the description file hasSebastian Bauer
2013-01-12Added flag GIT_REPOSITORY_INIT_EXTERNAL_TEMPLATE to test_repo_init__extended_...Sebastian Bauer
2012-12-01Deploy GIT_REPOSITORY_INIT_OPTIONS_INITBen Straub
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-24Merge pull request #1097 from nulltoken/topic/head_tree_errorVicent Martí
2012-11-23Reset all static variables to NULL in clar's __cleanupSascha Cunz