Variable: magit-status-show-hashes-in-headers

magit-status-show-hashes-in-headers is a customizable variable defined in magit-status.el.

Value

nil

Documentation

Whether headers in the status buffer show hashes.

The functions which respect this option are magit-insert-head-branch-header, magit-insert-upstream-branch-header, and magit-insert-push-branch-header.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-status.el
(defcustom magit-status-show-hashes-in-headers nil
  "Whether headers in the status buffer show hashes.
The functions which respect this option are
`magit-insert-head-branch-header',
`magit-insert-upstream-branch-header', and
`magit-insert-push-branch-header'."
  :package-version '(magit . "2.4.0")
  :group 'magit-status
  :type 'boolean)