Function: magit-insert-stash-index

magit-insert-stash-index is a byte-compiled function defined in magit-stash.el.

Signature

(magit-insert-stash-index)

Documentation

Insert section showing staged changes of the stash.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-stash.el
(defun magit-insert-stash-index ()
  "Insert section showing staged changes of the stash."
  (magit-stash-insert-section
   (format "%s^2" magit-buffer-revision)
   (format "%s^..%s^2" magit-buffer-revision magit-buffer-revision)
   "Staged"))