summaryrefslogtreecommitdiff
path: root/tests/repo/open.c
Commit message (Collapse)AuthorAgeFilesLines
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-2/+2
| | | | | | | | | | | | Untangle git_futils_mkdir from git_futils_mkdir_ext - the latter assumes that we own everything beneath the base, as if it were being called with a base of the repository or working directory, and is tailored towards checkout and ensuring that there is no bogosity beneath the base that must be cleaned up. This is (at best) slow and (at worst) unsafe in the larger context of a filesystem where we do not own things and cannot do things like unlink symlinks that are in our way.
* Fixed Xcode 6.1 build warningsPierre-Olivier Latour2015-06-231-2/+2
|
* repository: check the format versioncmn/repo-version-checkCarlos Martín Nieto2015-06-231-0/+17
| | | | | | | | This is something we do on re-init but not when opening a repository. This hasn't particularly mattered up to now as the version has been 0 ever since the first release of git, but the times, they're a-changing and we will soon see version 1 in the wild. We need to make sure we don't open those.
* Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-151-2/+3
| | | | | | | There are a number of tests that modify the global or system search paths during the tests. This adds a helper function to make it easier to restore those paths and makes sure that they are getting restored in a manner that preserves test isolation.
* Correct C90 warningsJacques Germishuys2014-04-111-2/+3
|
* Move system directory cache out of utilsEdward Thomson2014-02-241-1/+2
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+376