summaryrefslogtreecommitdiff
path: root/tests/stash
Commit message (Expand)AuthorAgeFilesLines
* stash: const up conflict paramsEdward Thomson2015-06-291-1/+1
* stash: test we apply using reflog-like indicesEdward Thomson2015-06-261-0/+34
* stash: stage new files when unstashing themEdward Thomson2015-06-251-2/+50
* stash: don't allow apply with staged changesEdward Thomson2015-06-251-1/+18
* stash apply: add a newly staged file to testsEdward Thomson2015-06-251-8/+19
* stash tests: ensure we save the workdir fileEdward Thomson2015-06-233-11/+26
* Fixed index being double-freed in stash testsPierre-Olivier Latour2015-06-201-2/+0
* Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-021-1/+7
* Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson2015-05-291-5/+5
* Fix a few leaksCarlos Martín Nieto2015-05-131-0/+2
* stash_apply: provide progress callbacksEdward Thomson2015-05-111-0/+45
* stash_apply: provide its own options structureEdward Thomson2015-05-111-17/+38
* stash: test checkout notify callbacksEdward Thomson2015-05-111-0/+52
* stash: return GIT_EMERGECONFLICT on merge conflictEdward Thomson2015-05-111-1/+1
* stash: refactor to use merge_iteratorsEdward Thomson2015-05-111-12/+12
* stash apply: check out a tree, not piecewiseEdward Thomson2015-05-111-2/+2
* Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour2015-05-111-0/+215
* Merge pull request #2913 from ethomson/stash_fixupEdward Thomson2015-03-031-0/+19
|\
| * stash: correctly stash wd modified/index deletedEdward Thomson2015-02-181-0/+19
* | repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-1/+1
* | Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-2/+2
|/
* p_mkdir != mkdir on win32Edward Thomson2014-10-031-2/+2
* Added test for stashing files in ignored directoriesJacques Germishuys2014-09-241-0/+17
* oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-181-7/+1
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-4/+4
* Make checkout match diff for untracked/ignored dirRussell Belfer2014-04-222-1/+6
* Failing test for stashing a buried ignored fileRussell Belfer2014-04-221-0/+13
* Make stash and checkout ignore contained reposRussell Belfer2014-04-222-9/+21
* Make submodules externally refcountedRussell Belfer2014-03-251-0/+3
* Remove ignored files from the working directory if they were stashedJacques Germishuys2014-03-041-0/+2
* Add reflog params to git_repository_detach_headBen Straub2014-02-041-1/+1
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* Rename tests-clar to testsBen Straub2013-11-146-0/+796