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-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-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
2015-04-23config: ensure we can write to an empty fileEdward Thomson
2015-04-23config: test that we validate the keyEdward Thomson
2015-04-23Merge pull request #3064 from rcorre/config-write-fixCarlos Martín Nieto
2015-04-23Merge branch 'attr-ignore'Carlos Martín Nieto
2015-04-23Add failing subdirectory gitignore attr test.Mike McQuaid
2015-04-23Merge pull request #3032 from jfultz/index-file-modesEdward Thomson
2015-04-22Fix for Issue #3023 tests fail with no networkcthomas
2015-04-21Specify mock config file content in test.Ryan Roden-Corrent
2015-04-21Unittest to validate config entry deletion bug.Ryan Roden-Corrent
2015-04-21Merge pull request #2992 from ethomson/rebase_fixesCarlos Martín Nieto
2015-04-21Fix index-adding functions to know when to trust filemodes.John Fultz