summaryrefslogtreecommitdiff
path: root/tests/repo
Commit message (Expand)AuthorAgeFilesLines
* clar: include the function nameethomson/clar_tapEdward Thomson2020-06-051-26/+26
* 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
* path: extract function to check whether a path supports symlinksPatrick Steinhardt2019-07-203-18/+2
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-209-9/+9
* Merge pull request #5176 from pks-t/pks/repo-template-headEdward Thomson2019-07-202-267/+297
|\
| * repository: do not initialize HEAD if it's provided by templatesPatrick Steinhardt2019-07-191-0/+35
| * tests: repo: refactor setup of templates and reposPatrick Steinhardt2019-07-191-67/+45
| * tests: repo: refactor template path handlingPatrick Steinhardt2019-07-191-32/+20
| * tests: repo: move template tests into their own suitePatrick Steinhardt2019-07-192-267/+296
* | configuration: cvar -> configmapPatrick Steinhardt2019-07-181-16/+16
|/
* fileops: fix creation of directory in filesystem rootPatrick Steinhardt2019-07-111-2/+43
* git_repository_init: stop traversing at windows rootethomson/windows_init_traversalEdward Thomson2019-04-171-0/+12
* tests: repo: verify that we can open repos with symlinked global configPatrick Steinhardt2019-03-291-0/+30
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-1/+1
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-171-1/+1
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-013-27/+27
* symlink tests: test symbolic links on windowsethomson/win_symlinksEdward Thomson2018-10-203-35/+84
* repo::init tests: refactor global config path overrideEdward Thomson2018-10-201-9/+14
* tests: provide symlink support helper functionEdward Thomson2018-10-203-8/+14
* repo tests: ensure core.symlinks is set correctlyEdward Thomson2018-10-201-0/+13
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-1011-49/+49
* Merge pull request #4257 from pks-t/pks/stale-testEdward Thomson2018-01-031-0/+2
|\
| * tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt2018-01-031-0/+2
* | tests: gather the reflog entry content testsEtienne Samson2017-11-151-283/+0
* | s/Init/Index comment tweak for test_repo_init__init_with_initial_commitChristine Poerschke2017-11-121-1/+1
|/
* tests: try to init with empty template pathAriel Davis2017-06-161-0/+11
* Merge pull request #4174 from libgit2/ethomson/set_head_to_tagCarlos Martín Nieto2017-05-201-4/+8
|\
| * git_repository_set_head: use remote name in reflogethomson/set_head_to_tagEdward Thomson2017-04-031-5/+7
| * git_repository_set_head: use tag name in reflogEdward Thomson2017-03-211-4/+6
* | tests: repo: fix repo discovery tests on overlayfsPatrick Steinhardt2017-05-032-2/+3
|/
* `cl_git_exec` -> `cl_git_expect`ethomson/clar_messagesEdward Thomson2017-02-171-6/+6
* tests: provide better pass/failure error messagesEdward Thomson2017-02-171-6/+6
* tests: repo: assert discovery starting at Win32 roots finishesPatrick Steinhardt2017-02-081-0/+9
* repository: do not interpret all files as gitlinks in discoveryPatrick Steinhardt2016-11-141-0/+10
* test: discover: fix indentationPatrick Steinhardt2016-11-141-1/+1
* test: discover: split up monolithic test into smaller onesPatrick Steinhardt2016-11-141-49/+67
* test: discover: pass constants to ensure_repository_discoverPatrick Steinhardt2016-11-141-19/+26
* test: discover: move layout creation into test initializerPatrick Steinhardt2016-11-141-22/+35
* repo::open: remove dead code, free buffersEdward Thomson2016-07-242-256/+277
* 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-242-2/+13
* iterator: give the tests a proper hierarchyEdward Thomson2016-03-241-2327/+0
* iterator: test that we can `advance_into` empty dirsEdward Thomson2016-03-231-0/+59
* iterator: test pathlist handling for directoriesMarc Strapetz2016-03-231-0/+137
* iterator: test `advance_over` with a pathlistEdward Thomson2016-03-231-0/+60