Variable: treemacs-max-git-entries

treemacs-max-git-entries is a customizable variable defined in treemacs-customization.el.

Value

5000

Documentation

Maximum number of git status entries treemacs will process.

Information for entries that number will be silently ignored. The "entries" refer to the lines output by git status --porcelain --ignored=matching. The limit does not apply to the simple treemacs-git-mode.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-max-git-entries 5000
  "Maximum number of git status entries treemacs will process.
Information for entries that number will be silently ignored.  The \"entries\"
refer to the lines output by `git status --porcelain --ignored=matching'.  The
limit does not apply to the simple `treemacs-git-mode.'"
  :type 'number
  :group 'treemacs-git)