Function: magit-list-stashes
magit-list-stashes is a byte-compiled function defined in
magit-git.el.
Signature
(magit-list-stashes &optional FORMAT)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-list-stashes (&optional format)
(magit-git-lines "stash" "list" (concat "--format=" (or format "%gd"))))