summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* refs: do not use peeled OID if peeling to a tagPatrick Steinhardt2017-10-061-0/+12
* cmake: unify version check for target include directoriesPatrick Steinhardt2017-09-201-1/+3
* cmake: distinguish libgit2 objects and sourcesPatrick Steinhardt2017-09-201-1/+1
* tests: deterministically generate test suite definitionsPatrick Steinhardt2017-08-301-3/+5
* Merge pull request #4296 from pks-t/pks/pattern-based-gitignoreEdward Thomson2017-08-252-0/+70
|\
| * ignore: honor case insensitivity for negative ignoresPatrick Steinhardt2017-08-251-0/+34
| * tests: status: additional test for negative ignores with patternPatrick Steinhardt2017-08-251-0/+27
| * ignore: keep negative rules containing wildcardsPatrick Steinhardt2017-08-251-0/+9
* | submodule: refuse lookup in bare repositoriesPatrick Steinhardt2017-08-2513-0/+39
* | tests: submodule: add explicit cleanup function in lookup testsPatrick Steinhardt2017-08-251-0/+5
* | tests: submodule: fix declaration of testPatrick Steinhardt2017-08-251-1/+2
|/
* cmake: keep track of libraries and includes via listsPatrick Steinhardt2017-08-161-7/+4
* cmake: move defines into "features.h" headerPatrick Steinhardt2017-08-161-1/+1
* cmake: create separate CMakeLists.txt for testsPatrick Steinhardt2017-08-161-0/+66
* cmake: create own precompiled headers for testsPatrick Steinhardt2017-08-162-0/+5
* Merge branch '4233'Edward Thomson2017-07-311-5/+77
|\
| * remote: test creating and fetching detached remotesPatrick Steinhardt2017-05-051-0/+38
| * tests: online::remotes: add defines for URL and refspecPatrick Steinhardt2017-05-051-5/+6
| * remote: reject various actions for detached remotesPatrick Steinhardt2017-05-051-0/+33
* | tests: rebase::submodule: verify initialization method callsPatrick Steinhardt2017-07-281-7/+7
* | Merge pull request #4275 from tiennou/fix-rebase-submodule-testEdward Thomson2017-07-273-7/+36
|\ \
| * | tests: fix the rebase-submodule testEtienne Samson2017-07-252-7/+36
| * | Remove invalid submoduleEtienne Samson2017-07-201-0/+0
* | | Merge pull request #4250 from pks-t/pks/config-file-iterationEdward Thomson2017-07-191-42/+55
|\ \ \
| * | | config_file: refuse modifying included variablesPatrick Steinhardt2017-07-151-0/+18
| * | | config_file: move reader into `config_read` onlyPatrick Steinhardt2017-07-151-0/+13
| * | | config_file: refresh all files if includes were modifiedPatrick Steinhardt2017-07-151-0/+10
| * | | tests: config::include: use init and cleanup functionsPatrick Steinhardt2017-07-151-43/+15
| |/ /
* | | Merge pull request #4272 from pks-t/pks/patch-idEdward Thomson2017-07-193-1/+124
|\ \ \ | |/ / |/| |
| * | diff: implement function to calculate patch IDPatrick Steinhardt2017-06-263-1/+124
* | | tests: config: fix missing declaration causing errorPatrick Steinhardt2017-07-051-0/+1
* | | tests: refs::crashes: create sandbox for creating symrefPatrick Steinhardt2017-06-231-2/+2
* | | tests: index::tests: create sandboxed repo for lockingPatrick Steinhardt2017-06-231-1/+5
* | | generate.py: generate clar cache in binary directoryPatrick Steinhardt2017-06-231-2/+2
* | | generate.py: enable overriding path of generated clar.suitePatrick Steinhardt2017-06-231-3/+6
* | | generate.py: disallow generating test suites for multiple pathsPatrick Steinhardt2017-06-231-8/+11
|/ /
* | Merge pull request #4211 from pks-t/pks/trustyEdward Thomson2017-06-211-1/+1
|\ \
| * | tests: online::clone: use URL of test serverPatrick Steinhardt2017-06-211-1/+1
* | | tests: try to init with empty template pathAriel Davis2017-06-161-0/+11
|/ /
* | Merge pull request #4267 from mohseenrm/masterEdward Thomson2017-06-141-0/+6
|\ \
| * | Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam2017-06-131-0/+6
* | | tests: odb: add more low-level backend testsPatrick Steinhardt2017-06-131-0/+232
* | | tests: odb: implement `exists_prefix` for the fake backendPatrick Steinhardt2017-06-132-0/+22
* | | tests: odb: use correct OID lengthPatrick Steinhardt2017-06-131-1/+1
* | | tests: odb: have the fake backend detect ambiguous prefixesPatrick Steinhardt2017-06-131-26/+32
* | | tests: core: test initialization of `git_proxy_options`Patrick Steinhardt2017-06-131-0/+5
* | | tests: network: add missing include for `git_repository_new`Patrick Steinhardt2017-06-131-0/+1
|/ /
* | Merge pull request #4265 from pks-t/pks/read-prefix-testsEdward Thomson2017-06-124-155/+299
|\ \
| * | tests: odb: add tests with multiple backendsPatrick Steinhardt2017-06-121-0/+121
| * | tests: odb: allow passing fake objects to the fake backendPatrick Steinhardt2017-06-123-76/+78