summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | tests: object: create sandboxPatrick Steinhardt2017-04-281-3/+2
| * | | | tests: odb: make hash of fake backend configurablePatrick Steinhardt2017-04-281-12/+14
| | |_|/ | |/| |
* | | | Merge pull request #4216 from pks-t/pks/debian-test-failuresEdward Thomson2017-05-012-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | tests: core::features: only check for HTTPS if it is supportedPatrick Steinhardt2017-04-251-0/+2
| * | | cmake: define GIT_HTTPS when HTTPS is supportedPatrick Steinhardt2017-04-251-1/+1
* | | | Merge pull request #4191 from pks-t/pks/wt-ref-renamesEdward Thomson2017-04-282-14/+71
|\ \ \ \
| * | | | refs: update worktree HEADs when renaming branchesPatrick Steinhardt2017-04-052-0/+57
| * | | | tests: worktree::refs: convert spaces to tabsPatrick Steinhardt2017-04-051-14/+14
| | |_|/ | |/| |
* | | | tests: config: verify functionality with read-only backendsPatrick Steinhardt2017-04-261-0/+64
| |/ / |/| |
* | | tests: threads::diff: fix warning for unused variablePatrick Steinhardt2017-04-211-0/+2
* | | Merge pull request #4192 from libgit2/ethomson/win32_posixCarlos Martín Nieto2017-04-172-0/+38
|\ \ \
| * | | win32: only set `git_win32__retries` where it existsEdward Thomson2017-04-051-0/+5
| * | | win32: enable `p_utimes` for readonly filesEdward Thomson2017-04-051-0/+25
| * | | win32: make posix emulation retries configurableEdward Thomson2017-04-031-0/+8
| |/ /
* | | filter: only close filter if it's been initialized correctlyPatrick Steinhardt2017-04-073-0/+55
|/ /
* | Merge pull request #4176 from libgit2/ethomson/3872Edward Thomson2017-03-231-4/+1
|\ \