summaryrefslogtreecommitdiff
path: root/tests/repo
Commit message (Expand)AuthorAgeFilesLines
* 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
* iterator: add tests for advance_overEdward Thomson2016-03-231-0/+77
* iterator: test workdir pathlist with deep pathsEdward Thomson2016-03-231-0/+159
* iterator: workdir tests with submodulesEdward Thomson2016-03-231-0/+80
* iterator: expand workdir tests with pathlistEdward Thomson2016-03-231-62/+224
* iterator: test that we're at the end of iterationEdward Thomson2016-03-231-0/+13
* iterator: test fs iterator w/ many nested empty dirsEdward Thomson2016-03-231-0/+30
* iterator: skip unreadable directories in fs iteratorEdward Thomson2016-03-231-3/+9
* iterators: refactored tree iteratorEdward Thomson2016-03-231-1/+1
* repo::iterator: don't go out of boundsEdward Thomson2016-03-231-2/+2
* iterator: disambiguate reset and reset_rangeEdward Thomson2016-03-231-1/+1
* Horrible fix for #3173.Arthur Schreiber2016-02-111-25/+25
* git_repository_init: include dotfiles when copying templatesEdward Thomson2015-12-261-1/+12
* repo::init tests: test a template dir with leading dotEdward Thomson2015-12-261-9/+37
* repo::init tests: test init.templatedir settingEdward Thomson2015-12-261-38/+93
* repository: distinguish sequencer cherry-pick and revertcmn/repository-state-sequencerCarlos Martín Nieto2015-11-201-0/+18
* Merge pull request #3434 from ethomson/reservednamesCarlos Martín Nieto2015-09-211-0/+24
|\
| * repo::reservedname: test a submodule updateEdward Thomson2015-09-181-0/+24
* | git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-174-16/+16
|/