Function: magit-repolist-unmark

magit-repolist-unmark is an interactive and byte-compiled function defined in magit-repos.el.

Signature

(magit-repolist-unmark)

Documentation

Unmark 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-unmark ()
  "Unmark a repository and move to the next line."
  (interactive)
  (tabulated-list-put-tag " " t))