Function: magit-stash-insert-section
magit-stash-insert-section is a byte-compiled function defined in
magit-stash.el.
Signature
(magit-stash-insert-section REV RANGE MESSAGE &optional FILES)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-stash.el
(defun magit-stash-insert-section (rev range message &optional files)
(magit-insert-section (commit rev)
(magit-insert-heading message)
(magit--insert-diff nil
"diff" range "-p" "--no-prefix" magit-buffer-diff-args
"--" (or files magit-buffer-diff-files))))