Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-05-13Merge pull request #3119 from ethomson/ignoreCarlos Martín Nieto
2015-05-13Merge pull request #3103 from libgit2/cmn/local-push-messageEdward Thomson
2015-05-13attr tests: make explicit our dir/file match testsEdward Thomson
2015-05-13Fix a few leaksCarlos Martín Nieto
2015-05-13Merge pull request #3115 from libgit2/cmn/clone-submoduleEdward Thomson
2015-05-13tests: don't push to our resourcesCarlos Martín Nieto
2015-05-13remote: remove git_remote_save()Carlos Martín Nieto
2015-05-13remote: remove live changing of refspecsCarlos Martín Nieto
2015-05-13remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto
2015-05-13remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto
2015-05-13remote: move the transport ctor to the callbacksCarlos Martín Nieto
2015-05-13remote: remove url and pushurl from the save logicCarlos Martín Nieto
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-05-12attr test: test a file beneath ignored folderEdward Thomson
2015-05-12attr: test that a file is not ignored for a folderEdward Thomson
2015-05-12attr: regression tests for ignore matchingEdward Thomson
2015-05-12submodule: add test initialising and cloning a repoCarlos Martín Nieto
2015-05-11stash_apply: provide progress callbacksEdward Thomson
2015-05-11stash_apply: provide its own options structureEdward Thomson
2015-05-11stash: test checkout notify callbacksEdward Thomson
2015-05-11stash: return GIT_EMERGECONFLICT on merge conflictEdward Thomson
2015-05-11stash: refactor to use merge_iteratorsEdward Thomson
2015-05-11stash apply: check out a tree, not piecewiseEdward Thomson
2015-05-11index: introduce git_index_read_indexEdward Thomson
2015-05-11merge: merge iteratorsEdward Thomson
2015-05-11Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour
2015-05-04Merge pull request #3079 from ethomson/configCarlos Martín Nieto
2015-05-04config: test all multivars are updatedEdward Thomson
2015-05-04config: use wildcard in test instead of empty exprEdward Thomson
2015-05-04config: cleanup some now-unused variablesEdward Thomson
2015-05-04Test setting config var under duplicate header.Ryan Roden-Corrent
2015-05-04config: examine whole file when writingEdward Thomson
2015-05-04config: test overwriting cvar in multiple regionsEdward Thomson
2015-05-04config: ensure we can write to an empty fileEdward Thomson
2015-05-04checkout test: better case-insensitive test on MacEdward Thomson
2015-05-04status test: always test the new file pathEdward Thomson
2015-05-04checkout test: only run icase on icase platformEdward Thomson
2015-05-04checkout: remove blocking dir when FORCEdEdward Thomson
2015-05-04Revert "Always checkout with case sensitive iterator"Edward Thomson
2015-05-04checkout test: ensure we write to casechanged dirEdward Thomson
2015-05-04checkout test: ignore unstaged case-changing renamesEdward Thomson
2015-05-04Merge pull request #3087 from ethomson/pr/3054Carlos Martín Nieto
2015-05-01git_path_diriter: next shouldn't take path ptrEdward Thomson
2015-05-01git_path_dirload: use git_path_diriterEdward Thomson
2015-05-01Merge pull request #3059 from libgit2/cmn/negotiation-notifyEdward Thomson
2015-04-30Fixed unused warning in tests/rebase/merge.cTomas Paladin Volf
2015-04-28Improvements to ignore performance on Windows.J Wyman
2015-04-24Merge pull request #3063 from ethomson/config_validate_nameCarlos Martín Nieto
2015-04-23Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto
2015-04-23Add a SecureTransport TLS channelCarlos Martín Nieto