Variable: magit-log-auto-more
magit-log-auto-more is a customizable variable defined in
magit-log.el.
Value
nil
Documentation
Insert more log entries automatically when moving past the last entry.
Only considered when moving past the last entry with
magit-goto-*-section commands.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defcustom magit-log-auto-more nil
"Insert more log entries automatically when moving past the last entry.
Only considered when moving past the last entry with
`magit-goto-*-section' commands."
:group 'magit-log
:type 'boolean)