summaryrefslogtreecommitdiff
path: root/tests/stash/apply.c
Commit message (Expand)AuthorAgeFilesLines
* 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