emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9a1e87b: Add vc-git-stash-pop to vc-dir-git-mode


From: Lars Ingebrigtsen
Subject: master 9a1e87b: Add vc-git-stash-pop to vc-dir-git-mode
Date: Tue, 7 Dec 2021 02:06:22 -0500 (EST)

branch: master
commit 9a1e87ba4486df19259abf3564a0281d8be25e64
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 3ceed36..5c6a39a 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]