Variable: magit-log-show-refname-after-summary

magit-log-show-refname-after-summary is a customizable variable defined in magit-log.el.

Value

nil

Documentation

Whether to show refnames after commit summaries.

This is useful if you use really long branch names.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defcustom magit-log-show-refname-after-summary nil
  "Whether to show refnames after commit summaries.
This is useful if you use really long branch names."
  :package-version '(magit . "2.2.0")
  :group 'magit-log
  :type 'boolean)