Variable: magit-status-file-list-limit

magit-status-file-list-limit is a customizable variable defined in magit-status.el.

Value

100

Documentation

How many files to list in file list sections in the status buffer.

For performance reasons, it is recommended that you do not increase this limit.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-status.el
(defcustom magit-status-file-list-limit 100
  "How many files to list in file list sections in the status buffer.
For performance reasons, it is recommended that you do not
increase this limit."
  :package-version '(magit . "4.3.0")
  :group 'magit-status
  :type 'natnum)