Function: magit-repolist-column-ident

magit-repolist-column-ident is a byte-compiled function defined in magit-repos.el.

Signature

(magit-repolist-column-ident SPEC)

Documentation

Insert the identification of the repository.

Usually this is just its basename.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-repos.el
(defun magit-repolist-column-ident (spec)
  "Insert the identification of the repository.
Usually this is just its basename."
  (cadr (assq :id spec)))