Function: magit-repolist-mark
magit-repolist-mark is an interactive and byte-compiled function
defined in magit-repos.el.
Signature
(magit-repolist-mark)
Documentation
Mark a repository and move to the next line.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-repos.el
(defun magit-repolist-mark ()
"Mark a repository and move to the next line."
(interactive)
(magit-repolist--ensure-padding)
(tabulated-list-put-tag "*" t))