summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto2015-05-134-24/+20
* remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto2015-05-132-4/+4
* remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-134-12/+12
* remote: remove url and pushurl from the save logicCarlos Martín Nieto2015-05-133-12/+20
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-1313-204/+140
* stash_apply: provide progress callbacksEdward Thomson2015-05-111-0/+45
* stash_apply: provide its own options structureEdward Thomson2015-05-112-17/+43
* stash: test checkout notify callbacksEdward Thomson2015-05-111-0/+52
* stash: return GIT_EMERGECONFLICT on merge conflictEdward Thomson2015-05-111-1/+1
* stash: refactor to use merge_iteratorsEdward Thomson2015-05-111-12/+12
* stash apply: check out a tree, not piecewiseEdward Thomson2015-05-111-2/+2
* index: introduce git_index_read_indexEdward Thomson2015-05-111-0/+73
* merge: merge iteratorsEdward Thomson2015-05-111-1/+13
* Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour2015-05-111-0/+215
* Merge pull request #3079 from ethomson/configCarlos Martín Nieto2015-05-041-0/+202
|\
| * config: test all multivars are updatedEdward Thomson2015-05-041-6/+16
| * config: use wildcard in test instead of empty exprEdward Thomson2015-05-041-1/+1
| * config: cleanup some now-unused variablesEdward Thomson2015-05-041-2/+0
| * Test setting config var under duplicate header.Ryan Roden-Corrent2015-05-041-0/+49
| * config: examine whole file when writingEdward Thomson2015-05-041-0/+37
| * config: test overwriting cvar in multiple regionsEdward Thomson2015-05-041-0/+36
| * config: ensure we can write to an empty fileEdward Thomson2015-05-041-0/+72
* | checkout test: better case-insensitive test on MacEdward Thomson2015-05-041-3/+29
* | status test: always test the new file pathEdward Thomson2015-05-041-8/+12
* | checkout test: only run icase on icase platformEdward Thomson2015-05-042-79/+61
* | checkout: remove blocking dir when FORCEdEdward Thomson2015-05-041-7/+91
* | Revert "Always checkout with case sensitive iterator"Edward Thomson2015-05-041-2/+13
* | checkout test: ensure we write to casechanged dirEdward Thomson2015-05-041-0/+57
* | checkout test: ignore unstaged case-changing renamesEdward Thomson2015-05-041-0/+22
|/
* Merge pull request #3087 from ethomson/pr/3054Carlos Martín Nieto2015-05-043-13/+54
|\
| * git_path_diriter: next shouldn't take path ptrEdward Thomson2015-05-011-9/+50
| * git_path_dirload: use git_path_diriterEdward Thomson2015-05-011-1/+1
| * Improvements to ignore performance on Windows.J Wyman2015-04-281-3/+3
* | Merge pull request #3059 from libgit2/cmn/negotiation-notifyEdward Thomson2015-05-011-1/+1
|\ \
| * | push: report the update plan to the callercmn/negotiation-notifyCarlos Martín Nieto2015-04-191-1/+1
* | | Fixed unused warning in tests/rebase/merge.cTomas Paladin Volf2015-04-301-0/+5
| |/ |/|
* | Merge pull request #3063 from ethomson/config_validate_nameCarlos Martín Nieto2015-04-242-0/+70
|\ \
| * | config: ensure we can write to an empty fileEdward Thomson2015-04-231-0/+35
| * | config: test that we validate the keyEdward Thomson2015-04-231-0/+35
* | | Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-1/+1
* | | Add a SecureTransport TLS channelCarlos Martín Nieto2015-04-231-1/+1
|/ /
* | Merge pull request #3064 from rcorre/config-write-fixCarlos Martín Nieto2015-04-231-0/+38
|\ \
| * | Specify mock config file content in test.Ryan Roden-Corrent2015-04-212-10/+11
| * | Unittest to validate config entry deletion bug.Ryan Roden-Corrent2015-04-212-0/+37
* | | Merge branch 'attr-ignore'Carlos Martín Nieto2015-04-231-0/+18
|\ \ \
| * | | Add failing subdirectory gitignore attr test.Mike McQuaid2015-04-231-0/+18
* | | | Merge pull request #3032 from jfultz/index-file-modesEdward Thomson2015-04-232-2/+106
|\ \ \ \
| * | | | Fix index-adding functions to know when to trust filemodes.John Fultz2015-04-211-0/+79
| * | | | Fix git_checkout_tree() to do index filemodes correctly on Windows.John Fultz2015-04-061-2/+27
| |/ / /
* | | | Fix for Issue #3023 tests fail with no networkcthomas2015-04-212-51/+52
| |/ / |/| |