summaryrefslogtreecommitdiff
path: root/tests-clar/repo/init.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-606/+0
* iconv: Do not fake an API when iconv is not availableVicent Marti2013-11-011-1/+1
* More cleanups to remove WIN assumptionsRussell Belfer2013-10-031-14/+3
* Update repo init with fewer platform assumptionsRussell Belfer2013-10-031-44/+48
* Add check if we need to precompose unicode on MacRussell Belfer2013-10-031-0/+10
* Fix warnings on Windows 64-bit buildRussell Belfer2013-09-231-1/+1
* Add clar helper to create new commit from indexRussell Belfer2013-09-171-0/+5
* Better macro name for is-exec-bit-set testRussell Belfer2013-09-051-1/+1
* GIT_MODE_TYPE should exclude setgid bitsRussell Belfer2013-09-051-6/+2
* Fix tests of file modesRussell Belfer2013-09-051-15/+18
* Fix tests to use core.filemode correctlyRussell Belfer2013-09-041-13/+9
* _umask is function name on WindowsRussell Belfer2013-09-041-5/+5
* Make tests take umask into accountRussell Belfer2013-09-041-2/+13
* Improve isolation of new test from user environsRussell Belfer2013-08-161-0/+11
* New test that inits repo and make commitRussell Belfer2013-08-161-0/+49
* Add cl_repo_set_bool and cleanup testsRussell Belfer2013-03-221-4/+2
* Make mode handling during init more like gitRussell Belfer2013-02-271-34/+39
* Fix portability issues on WindowsRussell Belfer2013-02-261-8/+31
* Fix initialization of repo directoriesRussell Belfer2013-02-261-8/+109
* tests: fix indentation in repo/init.cScott J. Goldman2013-02-071-20/+20
* Now checks in the template test whether the description file hasSebastian Bauer2013-01-131-0/+11
* Added flag GIT_REPOSITORY_INIT_EXTERNAL_TEMPLATE to test_repo_init__extended_...Sebastian Bauer2013-01-121-1/+1
* Deploy GIT_REPOSITORY_INIT_OPTIONS_INITBen Straub2012-11-301-6/+3
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-1/+1
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-231-0/+2
* repository: make initialization cope with missing core.worktreenulltoken2012-08-291-0/+15
* Fix errors on Win32 with new repo initRussell Belfer2012-08-241-1/+4
* Add template dir and set gid to repo initRussell Belfer2012-08-221-1/+81
* repo tests: do cleanup reinit testsCarlos Martín Nieto2012-07-031-0/+5
* tests-clar: fix isolation of repo initialization testsnulltoken2012-06-221-6/+17
* repository: enhance reinitialization test coveragenulltoken2012-06-221-0/+31
* tests: plug a leak in the repo testsCarlos Martín Nieto2012-06-211-0/+1
* repository: make git_repository_init() value the core.logallrefupdates config...nulltoken2012-06-121-0/+6
* repository: widen test coverage regarding initialization and configuration en...nulltoken2012-06-121-2/+10
* repository: make git_repository_init() value the core.ignorecase config entrynulltoken2012-06-051-7/+54
* repository: make git_repository_init() value the core.filemode config entrynulltoken2012-06-051-0/+21
* Fixed leaks and added testsRussell Belfer2012-05-111-0/+24
* repository: add minimal reinitialization of repositorynulltoken2012-01-251-0/+36
* clay: migrate a test initializing a repository which path escapes the current...nulltoken2012-01-251-20/+21
* Rename the Clay test suite to ClarVicent Martí2012-01-241-0/+106