Function: magit-repolist-column-stashes
magit-repolist-column-stashes is a byte-compiled function defined in
magit-repos.el.
Signature
(magit-repolist-column-stashes SPEC)
Documentation
Insert number of stashes.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-repos.el
(defun magit-repolist-column-stashes (spec)
"Insert number of stashes."
(magit-repolist-insert-count (length (magit-list-stashes)) spec))