summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | tests: do not reuse OID from backendPatrick Steinhardt2017-06-121-8/+17
| * | tests: odb: move fake backend into its own filePatrick Steinhardt2017-06-123-137/+149
* | | remote: ensure we can create an anon remote on inmemory repoethomson/config_for_inmemory_repoEdward Thomson2017-06-121-0/+16
|/ /
* | Merge pull request #4088 from chescock/packfile-name-using-complete-hashEdward Thomson2017-06-112-6/+6
|\ \
| * | indexer: name pack files after trailer hashChris Hescock2017-05-192-6/+6
* | | Merge pull request #4260 from libgit2/ethomson/forced_checkout_2Edward Thomson2017-06-111-1/+77
|\ \ \
| * | | checkout: do not delete directories with untracked entriesPatrick Steinhardt2017-06-101-0/+76
| * | | tests: fix indentation in checkout::head::with_index_only_treePatrick Steinhardt2017-04-101-1/+1
* | | | settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt2017-06-083-6/+6
* | | | tests: index::version: improve write test for index v4Patrick Steinhardt2017-06-061-14/+27
* | | | tests: index::version: verify we write compressed index entriesPatrick Steinhardt2017-06-061-0/+60
* | | | tests: index::version: add test to read index version v4Patrick Steinhardt2017-06-0613-0/+30
* | | | tests: index::version: move up cleanup functionPatrick Steinhardt2017-06-061-6/+6
* | | | varint: fix computation for remaining buffer spacePatrick Steinhardt2017-06-061-0/+3
* | | | Merge branch 'pr/4228'Edward Thomson2017-06-043-14/+69
|\ \ \ \