summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* rebase::abort: test we can abort rebase by revspecEdward Thomson2016-04-261-0/+19
* Merge pull request #3749 from arthurschreiber/arthur/add-git-reference-dupCarlos Martín Nieto2016-04-261-0/+40
|\
| * Allow creating copies of `git_reference` objects.Arthur Schreiber2016-04-221-0/+40
* | Merge pull request #3748 from libgit2/ethomson/rebase_detachedCarlos Martín Nieto2016-04-262-5/+115
|\ \
| * | rebase: correctly finish rebasing detached headsethomson/rebase_detachedEdward Thomson2016-04-211-0/+50
| * | rebase: test abort immediately after initEdward Thomson2016-04-211-5/+65
| |/
* | tag: ignore extra header fieldscmn/silly-tagsCarlos Martín Nieto2016-04-251-0/+37
* | clone test: annotate unused varsEdward Thomson2016-04-211-1/+3
|/
* Merge pull request #3110 from libgit2/cmn/proxy-configEdward Thomson2016-04-197-17/+70
|\
| * proxy: don't specify the protocol in the typeCarlos Martín Nieto2016-04-191-2/+2
| * netops: make the path optional in URLsCarlos Martín Nieto2016-04-191-0/+9
| * proxy: use poxy to test our Windows proxy supportCarlos Martín Nieto2016-04-191-1/+0
| * proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-196-17/+62
* | ignore: fix directory limits when searching for star-starCarlos Martín Nieto2016-04-191-0/+12
* | Add more tests for path matching with globs and path delimitersAntonio Scandurra2016-04-181-0/+14
|/
* tests: skip the unreadable file tests as rootEdward Thomson2016-04-112-0/+8
* Merge pull request #3736 from libgit2/cmn/dwim-general-messageEdward Thomson2016-04-111-0/+8
|\
| * refs: provide a more general error message for dwimcmn/dwim-general-messageCarlos Martín Nieto2016-04-111-0/+8
* | refs::create: strict object creation on by defaultEdward Thomson2016-04-111-5/+5
* | reset: use real ids for the testsCarlos Martín Nieto2016-04-111-3/+3
|/
* tests: fix core/stream test when built with openssl offAndreas Henriksson2016-04-061-2/+6
* Merge pull request #3724 from ethomson/submodule_start_supports_silly_slashesCarlos Martín Nieto2016-04-022-6/+59
|\
| * iterator: support trailing `/` in start for submodEdward Thomson2016-04-021-6/+12
| * diff: test submodules are found with trailing `/`Edward Thomson2016-04-021-0/+47
* | ignore: don't use realpath to canonicalize pathcmn/ignore-symlinkCarlos Martín Nieto2016-04-021-0/+13
|/
* Merge pull request #3719 from libgit2/ethomson/submodule_statusCarlos Martín Nieto2016-04-01230-0/+422
|\
| * status: test submodules with mixed caseEdward Thomson2016-03-31230-0/+422
* | leaks: fix some leaks in the testsEdward Thomson2016-03-315-2/+19
* | Plug a few leaksCarlos Martín Nieto2016-03-311-0/+2
|/
* Merge pull request #3712 from ethomson/config_duplicate_sectionCarlos Martín Nieto2016-03-291-0/+24
|\
| * config::write::repeated: init our bufferEdward Thomson2016-03-281-1/+1
| * config: show we write a spurious duplicated section headerCarlos Martín Nieto2016-03-281-0/+24
* | Merge pull request #3703 from libgit2/cmn/multivar-set-lockedEdward Thomson2016-03-281-1/+1
|\ \ | |/ |/|
| * config: don't special-case multivars that don't exist yetcmn/multivar-set-lockedCarlos Martín Nieto2016-03-211-1/+1
* | iterator: new workdir-iterator test for pathlist + includings treesMarc Strapetz2016-03-241-0/+26
* | iterator: new index-iterator test for pathlist + includings treesMarc Strapetz2016-03-241-0/+31
* | iterator: more pathlist-related tests should test actual pathsMarc Strapetz2016-03-242-6/+23
* | iterator: don't run the gunk test by default on CIEdward Thomson2016-03-241-1/+1
* | iterator: refactor index iteratorEdward Thomson2016-03-244-58/+688
* | Introduce `git_path_common_dirlen`Edward Thomson2016-03-241-0/+20
* | iterator: give the tests a proper hierarchyEdward Thomson2016-03-247-3332/+3375
* | Added clar test for #3568Jeff Hostetler2016-03-231-0/+129
* | iterator: test that we can `advance_into` empty dirsEdward Thomson2016-03-231-0/+59
* | Failing test.joshaber2016-03-231-10/+53
* | iterator: test pathlist handling for directoriesMarc Strapetz2016-03-232-0/+219
* | 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