Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed index being double-freed in stash tests | Pierre-Olivier Latour | 2015-06-20 | 1 | -2/+0 |
* | Fixed build warnings on Xcode 6.1 | Pierre-Olivier Latour | 2015-06-02 | 1 | -1/+7 |
* | Rename GIT_EMERGECONFLICT to GIT_ECONFLICT | Edward Thomson | 2015-05-29 | 1 | -5/+5 |
* | Fix a few leaks | Carlos MartÃn Nieto | 2015-05-13 | 1 | -0/+2 |
* | stash_apply: provide progress callbacks | Edward Thomson | 2015-05-11 | 1 | -0/+45 |
* | stash_apply: provide its own options structure | Edward Thomson | 2015-05-11 | 1 | -17/+38 |
* | stash: test checkout notify callbacks | Edward Thomson | 2015-05-11 | 1 | -0/+52 |
* | stash: return GIT_EMERGECONFLICT on merge conflict | Edward Thomson | 2015-05-11 | 1 | -1/+1 |
* | stash: refactor to use merge_iterators | Edward Thomson | 2015-05-11 | 1 | -12/+12 |
* | stash apply: check out a tree, not piecewise | Edward Thomson | 2015-05-11 | 1 | -2/+2 |
* | Added git_stash_apply() and git_stash_pop() APIs | Pierre-Olivier Latour | 2015-05-11 | 1 | -0/+215 |