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-06-10Merge remote-tracking branch 'therzok/blame-rename' into xs-6.0-v1Marius Ungureanu
2015-06-08Merge pull request #3165 from ethomson/downcaseCarlos Martín Nieto
2015-06-07Merge pull request #3185 from libgit2/cmn/foreach-cancel-looseCarlos Martín Nieto
2015-06-06path: error out if the callback returns an errorCarlos Martín Nieto
2015-06-02Fixed build warnings on Xcode 6.1Pierre-Olivier Latour
2015-05-31remote: test insteadOf for anonymous remotesPatrick Steinhardt
2015-05-31remote: apply insteadOf configuration.Patrick Steinhardt
2015-05-30Introduce git_blame_options GIT_BLAME_DONT_FOLLOW_RENAMES flagUngureanu Marius
2015-05-30Introduce blame options FOLLOW_EXACT_RENAMES flag.Ungureanu Marius
2015-05-30git__tolower: test that some non-ASCII downcasing isn'tEdward Thomson
2015-05-29git__strcasecmp: treat input bytes as unsignedEdward Thomson
2015-05-29Merge pull request #3157 from mgorny/ssh_memory_authCarlos Martín Nieto
2015-05-29Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson
2015-05-28Merge pull request #3139 from ethomson/diff_conflictsCarlos Martín Nieto
2015-05-28Merge pull request #3149 from libgit2/cmn/upstream-matching-pushEdward Thomson
2015-05-28Merge pull request #3127 from libgit2/cmn/remote-fixupsCarlos Martín Nieto
2015-05-28git_index_add_all: test that conflicts are handledEdward Thomson
2015-05-28Introduce cl_git_sandbox_init_new()Edward Thomson
2015-05-28introduce `git_index_entry_is_conflict`Edward Thomson
2015-05-28conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson
2015-05-28diff conflicts: don't include incorrect IDEdward Thomson
2015-05-28diff conflicts: test index to workdir w/ conflictsEdward Thomson
2015-05-28diff conflicts: add tests for tree to indexEdward Thomson
2015-05-28diff/status: introduce conflictsEdward Thomson
2015-05-28index: validate mode of new conflictsEdward Thomson
2015-05-28conflicts: when adding conflicts, remove stagedEdward Thomson
2015-05-28remote: validate refspecs before adding to configCarlos Martín Nieto
2015-05-28remote: remove fetch parameter from create_anonymousCarlos Martín Nieto
2015-05-27test: Add a test for in-memory SSH private key cred_cbMichał Górny
2015-05-26Fix ident replacement to match Git behaviorColomban Wendling
2015-05-22branch: error out if we cannot find the remoteCarlos Martín Nieto
2015-05-22refspec: make sure matching refspecs have src, dst and input stringsCarlos Martín Nieto
2015-05-21Merge pull request #3146 from ethomson/add_untracked_filesCarlos Martín Nieto
2015-05-21index_add_all: include untracked files in new subdirsEdward Thomson
2015-05-20ignore: clear the error when matching a pattern negationCarlos Martín Nieto
2015-05-19Merge pull request #3109 from libgit2/cmn/index-use-diffEdward Thomson
2015-05-17clone: don't rely on auto-saving for single-branchCarlos Martín Nieto
2015-05-14index: include TYPECHANGE in the diffCarlos Martín Nieto
2015-05-14push: add tests for the push negotiation callbackCarlos Martín Nieto
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