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-26Merge pull request #3259 from ethomson/stash_apply_arghCarlos Martín Nieto
2015-06-26test-diff-blob: Pass proper nibble sizesVicent Marti
2015-06-26revparse: Add test to make sure this doesn't regressVicent Marti
2015-06-26diff: test we don't update index unnecessarilyEdward Thomson
2015-06-26Merge pull request #3255 from libgit2/cmn/rename-unspecifiedEdward Thomson
2015-06-26stash: stage new files when unstashing themEdward Thomson
2015-06-26stash: don't allow apply with staged changesEdward Thomson
2015-06-26stash apply: add a newly staged file to testsEdward Thomson
2015-06-25Merge pull request #3256 from libgit2/cmn/fetch-spec-fetchheadEdward Thomson
2015-06-25Merge pull request #3246 from libgit2/cmn/dont-grow-borrowedEdward Thomson
2015-06-25remote: insert refspecs with no rhs in FETCH_HEADCarlos Martín Nieto
2015-06-25Rename FALLBACK to UNSPECIFIEDCarlos Martín Nieto
2015-06-25buffer: make use of EINVALID for growing a borrowed bufferCarlos Martín Nieto
2015-06-25buffer: don't allow growing borrowed buffersCarlos Martín Nieto
2015-06-25Merge pull request #3097 from libgit2/cmn/submodule-config-stateCarlos Martín Nieto
2015-06-24Merge pull request #3254 from ethomson/diff-binary-patchCarlos Martín Nieto
2015-06-24Merge pull request #3250 from ethomson/stashCarlos Martín Nieto
2015-06-24diff::binary tests: empty diff when forced binaryEdward Thomson
2015-06-24binary diff: test that the diff and patch otputs are the sameCarlos Martín Nieto
2015-06-24Fixed Xcode 6.1 build warningsPierre-Olivier Latour
2015-06-24Merge pull request #3222 from git-up/conflictedEdward Thomson
2015-06-24Merge pull request #3226 from libgit2/cmn/racy-diff-againEdward Thomson
2015-06-24stash tests: ensure we save the workdir fileEdward Thomson
2015-06-23repository: check the format versionCarlos Martín Nieto
2015-06-23Fixed GIT_DELTA_CONFLICTED not returned in some casesPierre-Olivier Latour
2015-06-23Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()Pierre-Olivier Latour
2015-06-22crlf tests: ensure that Unix obeys autocrlf=trueEdward Thomson
2015-06-22git_buf_text_lf_to_crlf: allow mixed line endingsEdward Thomson
2015-06-22clar: support hierarchical test resource dataEdward Thomson
2015-06-22crlf tests: posix known-good dataEdward Thomson
2015-06-22crlf tests: windows known-good dataEdward Thomson
2015-06-22crlf tests: use known-good data produced by gitEdward Thomson
2015-06-22crlf: script to generate expected crlf dataEdward Thomson
2015-06-22crlf: include utf8 resources in master branchEdward Thomson
2015-06-22crlf: include additional test resourcesEdward Thomson
2015-06-22submodule: test unsetting config optionsCarlos Martín Nieto
2015-06-22submodule: test more accurately for non-existenceCarlos Martín Nieto
2015-06-22submodule: fix potential leak in the testsCarlos Martín Nieto
2015-06-22submodule: get rid of `_save()`Carlos Martín Nieto
2015-06-22submodule: make `_set_url()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto
2015-06-22submodule: make `_set_update()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: add an ignore option to statusCarlos Martín Nieto
2015-06-22submodule: don't let status change an existing instanceCarlos Martín Nieto
2015-06-22submodule: make set_ignore() affect the configurationCarlos Martín Nieto
2015-06-22submodule: remove the per-repo cacheCarlos Martín Nieto
2015-06-22index: add a diff test for smudging a file which becomes emptyCarlos Martín Nieto
2015-06-22tests: move racy tests to the indexCarlos Martín Nieto
2015-06-22merge: work around write-side racy protection when hacking the indexCarlos Martín Nieto