summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | worktree: switch over worktree pruning to an opts structurePatrick Steinhardt2017-05-052-8/+38
| * | | worktree: support creating locked worktreesPatrick Steinhardt2017-05-051-0/+25
| * | | worktree: introduce git_worktree_add optionsPatrick Steinhardt2017-05-022-6/+6
* | | | Merge pull request #4239 from roblg/toplevel-dir-ignore-fixEdward Thomson2017-06-042-0/+90
|\ \ \ \
| * | | | Fix issue with directory glob ignore in subdirectoriesRobert Gay2017-05-172-0/+90
* | | | | Merge pull request #4243 from pks-t/pks/submodule-workdirEdward Thomson2017-06-041-0/+90
|\ \ \ \ \
| * | | | | repository: make check if repo is a worktree more strictPatrick Steinhardt2017-05-191-0/+19
| * | | | | tests: add test suite for opening submodulesPatrick Steinhardt2017-05-171-0/+71
* | | | | | Merge pull request #4179 from libgit2/ethomson/expand_tildeCarlos Martín Nieto2017-05-201-0/+20
|\ \ \ \ \ \
| * | | | | | config::include: sanitize homedirEdward Thomson2017-03-231-0/+3
| * | | | | | add failing test to include a missing config file relative to home dirSim Domingo2017-03-231-0/+17
| | |_|_|/ / | |/| | | |
* | | | | | 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
* | | | | | | Merge pull request #4231 from wabain/open-revrangeCarlos Martín Nieto2017-05-201-0/+35
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | revparse: support open-ended rangesWilliam Bain2017-05-051-0/+35
* | | | | | | tests: threads::basic: remove unused function `exit_abruptly`Patrick Steinhardt2017-05-151-6/+0
* | | | | | | tests: clone::local: compile UNC functions for Windows onlyPatrick Steinhardt2017-05-151-0/+2
| |_|_|/ / / |/| | | | |
* | | | | | tests: repo: fix repo discovery tests on overlayfsPatrick Steinhardt2017-05-032-2/+3
|/ / / / /
* | | | | object validation: free some memleaksethomson/memleakEdward Thomson2017-05-011-0/+1
* | | | | Merge pull request #4197 from pks-t/pks/verify-object-hashesEdward Thomson2017-05-012-15/+74
|\ \ \ \ \
| * | | | | odb: add option to turn off hash verificationPatrick Steinhardt2017-04-281-0/+5
| * | | | | odb: verify object hashesPatrick Steinhardt2017-04-282-1/+24
| * | | | | tests: object: test looking up corrupted objectsPatrick Steinhardt2017-04-281-0/+30