Variable: magit-section-show-child-count

magit-section-show-child-count is a customizable variable defined in magit-section.el.

Value

t

Documentation

Whether to append the number of children to section headings.

This only applies to sections for which doing so makes sense.

This variable was added, or its default value changed, in magit-section version 2.1.0.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defcustom magit-section-show-child-count t
  "Whether to append the number of children to section headings.
This only applies to sections for which doing so makes sense."
  :package-version '(magit-section . "2.1.0")
  :group 'magit-section
  :type 'boolean)