Function: magit-insert-stash-worktree
magit-insert-stash-worktree is a byte-compiled function defined in
magit-stash.el.
Signature
(magit-insert-stash-worktree)
Documentation
Insert section showing unstaged changes of the stash.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-stash.el
(defun magit-insert-stash-worktree ()
"Insert section showing unstaged changes of the stash."
(magit-stash-insert-section
magit-buffer-revision
(format "%s^2..%s" magit-buffer-revision magit-buffer-revision)
"Unstaged"))