Variable: magit-log-disable-graph-hack-args
magit-log-disable-graph-hack-args is a variable defined in
magit-log.el.
Value
("-G" "--grep" "--author")
Documentation
Arguments which disable the graph speedup hack.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
;;; Log Mode
(defvar magit-log-disable-graph-hack-args
'("-G" "--grep" "--author")
"Arguments which disable the graph speedup hack.")