summaryrefslogtreecommitdiff
path: root/tests/stash
Commit message (Expand)AuthorAgeFilesLines
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-9/+9
* Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt2018-07-201-1/+1
|\
| * tests: add missing cl_git_pass to testsEtienne Samson2018-07-061-1/+1
* | treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-2/+2
|/
* Fix last references to deprecated git_buf_freeSven Strickroth2018-06-181-1/+1
* Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson2018-06-111-2/+2
|\
| * Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* | stash test: free the commitEdward Thomson2018-06-111-0/+1
* | stash test: free the referenceEdward Thomson2018-06-101-0/+1
* | Fix stash save bug with fast path index checkDavid Turner2018-06-061-0/+40
|/
* 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