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-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-03-23Add cl_repo_set_bool and cleanup testsRussell 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/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-23Reset all static variables to NULL in clar's __cleanupSascha Cunz
2012-08-29repository: make initialization cope with missing core.worktreenulltoken
2012-08-24Fix errors on Win32 with new repo initRussell Belfer
2012-08-23Add template dir and set gid to repo initRussell Belfer
2012-07-03repo tests: do cleanup reinit testsCarlos Martín Nieto
2012-06-22tests-clar: fix isolation of repo initialization testsnulltoken
2012-06-22repository: enhance reinitialization test coveragenulltoken
2012-06-21tests: plug a leak in the repo testsCarlos Martín Nieto
2012-06-12repository: make git_repository_init() value the core.logallrefupdates config...nulltoken
2012-06-12repository: widen test coverage regarding initialization and configuration en...nulltoken
2012-06-06repository: make git_repository_init() value the core.ignorecase config entrynulltoken
2012-06-05repository: make git_repository_init() value the core.filemode config entrynulltoken
2012-05-11Fixed leaks and added testsRussell Belfer
2012-01-26repository: add minimal reinitialization of repositorynulltoken
2012-01-26clay: migrate a test initializing a repository which path escapes the current...nulltoken
2012-01-25Rename the Clay test suite to ClarVicent Martí