projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf06a4
)
Add vc-git-stash-pop to vc-dir-git-mode
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 7 Dec 2021 07:06:12 +0000
(08:06 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 7 Dec 2021 07:06:16 +0000
(08:06 +0100)
* lisp/vc/vc-git.el (vc-dir-git-mode-map): Add vc-git-stash-pop
(bug#52158).
lisp/vc/vc-git.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-git.el
b/lisp/vc/vc-git.el
index 3ceed365ee052486d4b8d4cc7d9732609960d899..5c6a39aec960a26cc75803dcf22b725fa258ea70 100644
(file)
--- 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.