summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3109 from libgit2/cmn/index-use-diffEdward Thomson2015-05-191-0/+13
|\
| * index: include TYPECHANGE in the diffCarlos Martín Nieto2015-05-141-0/+13
* | push: add tests for the push negotiation callbackCarlos Martín Nieto2015-05-141-0/+114
|/
* Merge pull request #3119 from ethomson/ignoreCarlos Martín Nieto2015-05-131-1/+62
|\
| * attr tests: make explicit our dir/file match testsEdward Thomson2015-05-131-12/+24
| * attr test: test a file beneath ignored folderEdward Thomson2015-05-121-1/+1
| * attr: test that a file is not ignored for a folderEdward Thomson2015-05-121-0/+17
| * attr: regression tests for ignore matchingEdward Thomson2015-05-121-0/+32
* | Merge pull request #3103 from libgit2/cmn/local-push-messageEdward Thomson2015-05-131-2/+2
|\ \
| * | tests: don't push to our resourcescmn/local-push-messageCarlos Martín Nieto2015-05-131-2/+2
* | | Fix a few leaksCarlos Martín Nieto2015-05-132-0/+3
* | | Merge pull request #3115 from libgit2/cmn/clone-submoduleEdward Thomson2015-05-131-0/+55
|\ \ \ | |/ / |/| |
| * | submodule: add test initialising and cloning a repocmn/clone-submoduleCarlos Martín Nieto2015-05-121-0/+55
| |/
* | remote: remove git_remote_save()Carlos Martín Nieto2015-05-131-12/+0
* | remote: remove live changing of refspecsCarlos Martín Nieto2015-05-136-84/+25
* | 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