summaryrefslogtreecommitdiff
path: root/tests/repo/open.c
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-5/+5
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-30/+30
* repo: refactor extensions tests into their own fileEdward Thomson2021-09-031-42/+0
* repo::open: ensure we can open the repositoryethomson/coverityEdward Thomson2020-04-031-2/+2
* repository: handle format v1brian m. carlson2020-02-111-0/+46
* Do not return free'd git_repository object on errorSven Strickroth2020-01-161-0/+2
* open:fix memory leak when passing NULL to git_repository_open_extLaurence McGlashan2019-09-101-0/+11
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* tests: repo: verify that we can open repos with symlinked global configPatrick Steinhardt2019-03-291-0/+30
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-7/+7
* tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt2018-01-031-0/+2
* tests: repo: fix repo discovery tests on overlayfsPatrick Steinhardt2017-05-031-1/+2
* repo::open: remove dead code, free buffersEdward Thomson2016-07-241-256/+0
* Add GIT_REPOSITORY_OPEN_FROM_ENV flag to respect $GIT_* environment varsJosh Triplett2016-06-241-0/+258
* Add GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appending /.gitJosh Triplett2016-06-241-0/+6
* Fix repository discovery with ceiling_dirs at current directoryJosh Triplett2016-06-241-1/+2
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-2/+2
* 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
* Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-151-2/+3
* 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