summaryrefslogtreecommitdiff
path: root/tests/repo
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalEdward Thomson2021-09-3012-176/+173
* repository: improve `hashfile` for absolute pathsEdward Thomson2021-09-251-1/+88
* common: support custom repository extensionsethomson/extensionsEdward Thomson2021-09-041-0/+28
* repo: refactor extensions tests into their own fileEdward Thomson2021-09-032-42/+44
* Merge pull request #5823 from libgit2/ethomson/path_validationEdward Thomson2021-05-021-0/+32
|\
| * repo: validate repository pathsEdward Thomson2021-04-281-0/+32
* | Default to GIT_BRANCH_DEFAULT if init.defaultBranch is empty stringIan Hattendorf2021-04-011-0/+13
|/
* repo: ignore empty init.defaultbranchethomson/empty_default_branchEdward Thomson2021-01-071-0/+16
* Make the Windows leak detection more robustlhchavez2020-10-111-83/+90
* repo: honor the init.defaultBranch settingEdward Thomson2020-08-031-0/+16
* 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