Add stash apply & pop support by tiennou · Pull Request #501 · libgit2/objective-git (original) (raw)
Here are some tests. I also made a little tweak to the signatures because I noticed those pesky error pointers weren't at the "right" place...
Note that this is not designed to handle conflicts at the moment, since git_stash_options
embeds a git_checkout_options
structure, this would make a messy parameter list. Related to #459. So the path forward here is either that other PR, or providing
- applyStashAtIndex:flags:checkoutStrategy:checkoutNotify:error:stashProgressBlock:checkoutProgressBlock:checkoutNotifyBlock:
😟