Skip to content

Commit 312392b

Browse files
Revert buffers when applying stash
1 parent f9a03f4 commit 312392b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helm-ls-git.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,8 @@ object will be passed git rebase i.e. git rebase -i <hash>."
12121212
(window-height . fit-window-to-buffer)
12131213
(preserve-size . (nil . t)))
12141214
nil
1215-
(apply #'process-file "git" nil t t "apply" patchs)))))
1215+
(apply #'process-file "git" nil t t "apply" patchs)
1216+
(helm-ls-git-revert-buffers-in-project)))))
12161217

12171218
(defvar helm-ls-git-stashes-source
12181219
(helm-build-in-buffer-source "Stashes"

0 commit comments

Comments
 (0)