Variable: magit-refs-show-branch-descriptions

magit-refs-show-branch-descriptions is a customizable variable defined in magit-refs.el.

Value

nil

Documentation

Whether to show the description, if any, of local branches.

To distinguish branch descriptions from the commit summary of the tip, which is shown when there is no description or this option is disabled, descriptions use the bold face.

This variable was added, or its default value changed, in magit version 4.3.0.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-refs.el
(defcustom magit-refs-show-branch-descriptions nil
  "Whether to show the description, if any, of local branches.
To distinguish branch descriptions from the commit summary of the tip,
which is shown when there is no description or this option is disabled,
descriptions use the bold face."
  :package-version '(magit . "4.3.0")
  :group 'magit-refs
  :type 'boolean)