summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* submodule: add failing test for loading the wrong submoduleCarlos Martín Nieto2015-07-011-0/+23
* submodule: completely remove reload_allCarlos Martín Nieto2015-07-011-2/+0
* index tests: add eol to avoid compiler warningEdward Thomson2015-06-301-1/+1
* checkout test: mark unused varsEdward Thomson2015-06-301-1/+4
* Merge pull request #3270 from ethomson/warnings2Carlos Martín Nieto2015-06-305-5/+6
|\
| * checkout test: check getcwd return valueEdward Thomson2015-06-291-1/+1
| * clar: test chdirEdward Thomson2015-06-291-1/+1
| * filter test: pass base typeEdward Thomson2015-06-291-2/+2
| * stash: const up conflict paramsEdward Thomson2015-06-291-1/+1
| * index test: include repository.h for declEdward Thomson2015-06-291-0/+1
* | submodule: remove trailing slashes from submodule pathsCarlos Martín Nieto2015-06-291-0/+3
|/
* Merge pull request #3265 from libgit2/leaksCarlos Martín Nieto2015-06-274-7/+27
|\
| * index, iterator, fetchhead: plug leaksleaksCarlos Martín Nieto2015-06-262-1/+7
| * checkout: plug a few leaksCarlos Martín Nieto2015-06-261-5/+15
| * diff: fix leaks in diff printingCarlos Martín Nieto2015-06-261-1/+5
* | Merge pull request #3260 from ethomson/apply_with_reflog_indicesCarlos Martín Nieto2015-06-271-0/+34
|\ \
| * | stash: test we apply using reflog-like indicesEdward Thomson2015-06-261-0/+34
| |/
* | Merge pull request #3263 from git-up/fixesCarlos Martín Nieto2015-06-262-2/+0
|\ \ | |/ |/|
| * Removed unused variablesPierre-Olivier Latour2015-06-262-2/+0
* | Merge pull request #3259 from ethomson/stash_apply_arghCarlos Martín Nieto2015-06-261-9/+85
|\ \
| * | stash: stage new files when unstashing themEdward Thomson2015-06-251-2/+50
| * | stash: don't allow apply with staged changesEdward Thomson2015-06-251-1/+18
| * | stash apply: add a newly staged file to testsEdward Thomson2015-06-251-8/+19
* | | test-diff-blob: Pass proper nibble sizesvmg/prefix-lenVicent Marti2015-06-261-14/+14
* | | revparse: Add test to make sure this doesn't regressVicent Marti2015-06-261-0/+15
| |/ |/|
* | diff: test we don't update index unnecessarilyEdward Thomson2015-06-261-7/+69
* | Merge pull request #3255 from libgit2/cmn/rename-unspecifiedEdward Thomson2015-06-253-11/+11
|\ \ | |/ |/|
| * Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-253-11/+11
* | Merge pull request #3256 from libgit2/cmn/fetch-spec-fetchheadEdward Thomson2015-06-251-0/+44
|\ \
| * | remote: insert refspecs with no rhs in FETCH_HEADcmn/fetch-spec-fetchheadCarlos Martín Nieto2015-06-251-0/+44
* | | Merge pull request #3246 from libgit2/cmn/dont-grow-borrowedEdward Thomson2015-06-251-0/+13
|\ \ \ | |_|/ |/| |
| * | buffer: make use of EINVALID for growing a borrowed bufferCarlos Martín Nieto2015-06-241-1/+1
| * | buffer: don't allow growing borrowed buffersCarlos Martín Nieto2015-06-241-0/+13
* | | Merge pull request #3097 from libgit2/cmn/submodule-config-stateCarlos Martín Nieto2015-06-248-236/+141
|\ \ \
| * | | submodule: test unsetting config optionsCarlos Martín Nieto2015-06-221-13/+29
| * | | submodule: test more accurately for non-existenceCarlos Martín Nieto2015-06-221-4/+4
| * | | submodule: fix potential leak in the testsCarlos Martín Nieto2015-06-221-2/+1
| * | | submodule: get rid of `_save()`Carlos Martín Nieto2015-06-221-9/+0
| * | | submodule: make `_set_url()` affect the configurationCarlos Martín Nieto2015-06-222-42/+9
| * | | submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto2015-06-221-14/+20
| * | | submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto2015-06-221-28/+16
| * | | submodule: make `_set_update()` affect the configurationCarlos Martín Nieto2015-06-221-21/+11
| * | | submodule: add an ignore option to statusCarlos Martín Nieto2015-06-224-49/+38
| * | | submodule: don't let status change an existing instanceCarlos Martín Nieto2015-06-222-14/+24
| * | | submodule: make set_ignore() affect the configurationCarlos Martín Nieto2015-06-223-25/+20
| * | | submodule: remove the per-repo cacheCarlos Martín Nieto2015-06-222-46/+0
* | | | Merge pull request #3254 from ethomson/diff-binary-patchCarlos Martín Nieto2015-06-241-0/+37
|\ \ \ \
| * | | | diff::binary tests: empty diff when forced binaryEdward Thomson2015-06-241-0/+30
| * | | | binary diff: test that the diff and patch otputs are the samecmn/diff-binary-patchCarlos Martín Nieto2015-06-241-0/+7
| | |/ / | |/| |
* | | | Merge pull request #3250 from ethomson/stashCarlos Martín Nieto2015-06-243-11/+26
|\ \ \ \ | |/ / / |/| | |