Variable: magit-bisect-show-graph
magit-bisect-show-graph is a customizable variable defined in
magit-bisect.el.
Value
t
Documentation
Whether to use --graph in the log showing commits yet to be bisected.
This variable was added, or its default value changed, in magit version 2.8.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-bisect.el
;;; Options
(defcustom magit-bisect-show-graph t
"Whether to use `--graph' in the log showing commits yet to be bisected."
:package-version '(magit . "2.8.0")
:group 'magit-status
:type 'boolean)