Function: magit-repolist-column-path
magit-repolist-column-path is a byte-compiled function defined in
magit-repos.el.
Signature
(magit-repolist-column-path _)
Documentation
Insert the absolute path of the repository.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-repos.el
(defun magit-repolist-column-path (_)
"Insert the absolute path of the repository."
(abbreviate-file-name default-directory))