summaryrefslogtreecommitdiff
path: root/tests/stash/apply.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* 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
* 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