From 9a1e87ba4486df19259abf3564a0281d8be25e64 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 7 Dec 2021 08:06:12 +0100 Subject: [PATCH] Add vc-git-stash-pop to vc-dir-git-mode * lisp/vc/vc-git.el (vc-dir-git-mode-map): Add vc-git-stash-pop (bug#52158). --- lisp/vc/vc-git.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 3ceed365ee0..5c6a39aec96 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -1874,7 +1874,8 @@ Returns nil if not possible." (defvar-keymap vc-dir-git-mode-map "z c" #'vc-git-stash - "z s" #'vc-git-stash-snapshot) + "z s" #'vc-git-stash-snapshot + "z p" #'vc-git-stash-pop) (define-minor-mode vc-dir-git-mode "A minor mode for git-specific commands in `vc-dir-mode' buffers. -- 2.39.2