Variable: magit-refs-sections-hook
magit-refs-sections-hook is a customizable variable defined in
magit-refs.el.
Value
(magit-insert-error-header
magit-insert-branch-description
magit-insert-local-branches
magit-insert-remote-branches
magit-insert-tags)
Documentation
Hook run to insert sections into a references buffer.
This variable was added, or its default value changed, in magit version 2.1.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-refs.el
(defcustom magit-refs-sections-hook
(list #'magit-insert-error-header
#'magit-insert-branch-description
#'magit-insert-local-branches
#'magit-insert-remote-branches
#'magit-insert-tags)
"Hook run to insert sections into a references buffer."
:package-version '(magit . "2.1.0")
:group 'magit-refs
:type 'hook)