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
AgeCommit message (Expand)Author
2015-06-30stash: const up conflict paramsEdward Thomson
2015-06-26stash: test we apply using reflog-like indicesEdward 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-24stash tests: ensure we save the workdir fileEdward Thomson
2015-06-20Fixed index being double-freed in stash testsPierre-Olivier Latour
2015-06-02Fixed build warnings on Xcode 6.1Pierre-Olivier Latour
2015-05-29Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson
2015-05-13Fix a few leaksCarlos 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-11Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour
2015-03-03Merge pull request #2913 from ethomson/stash_fixupEdward Thomson
2015-03-03repository: remove log message override for switching the active branchCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-18stash: correctly stash wd modified/index deletedEdward Thomson
2014-10-04p_mkdir != mkdir on win32Edward Thomson
2014-09-24Added test for stashing files in ignored directoriesJacques Germishuys
2014-08-18oid: Export `git_oid_tostr_s` instead of `_allocfmt`Vicent Marti
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-04-23Make checkout match diff for untracked/ignored dirRussell Belfer
2014-04-23Failing test for stashing a buried ignored fileRussell Belfer
2014-04-23Make stash and checkout ignore contained reposRussell Belfer
2014-03-25Make submodules externally refcountedRussell Belfer
2014-03-04Remove ignored files from the working directory if they were stashedJacques Germishuys
2014-02-05Add reflog params to git_repository_detach_headBen Straub
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-11-15Rename tests-clar to testsBen Straub