branch: elpa/git-commit commit 2b1a0683fb4606924a2d41d9c33a70aacf3de0c4 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-stash-pop: Autoload --- lisp/magit-stash.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/magit-stash.el b/lisp/magit-stash.el index 2dd1446..c858249 100644 --- a/lisp/magit-stash.el +++ b/lisp/magit-stash.el @@ -223,6 +223,7 @@ are staged changes, apply without preserving the stash index." (magit-refresh) (magit-run-git "stash" "apply" stash))) +;;;###autoload (defun magit-stash-pop (stash) "Apply a stash to the working tree and remove it from stash list. Try to preserve the stash index. If that fails because there