Function: magit-repolist-column-branches

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

Signature

(magit-repolist-column-branches SPEC)

Documentation

Insert number of branches.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-repos.el
(defun magit-repolist-column-branches (spec)
  "Insert number of branches."
  (magit-repolist-insert-count (length (magit-list-local-branches))
                               `((:normal-count 1) ,@spec)))