Variable: magit-reflog-limit
magit-reflog-limit is a customizable variable defined in
magit-reflog.el.
Value
256
Documentation
Maximal number of entries initially shown in reflog buffers.
The limit in the current buffer can be changed using "+" and "-".
This variable was added, or its default value changed, in magit version 3.0.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-reflog.el
;;; Options
(defcustom magit-reflog-limit 256
"Maximal number of entries initially shown in reflog buffers.
The limit in the current buffer can be changed using \"+\"
and \"-\"."
:package-version '(magit . "3.0.0")
:group 'magit-commands
:type 'number)