Variable: vc-log-show-limit
vc-log-show-limit is a customizable variable defined in vc.el.gz.
Value
2000
Documentation
Limit the number of items shown by the VC log commands.
Zero means unlimited. Not all VC backends are able to support this feature.
Probably introduced at or before Emacs version 23.2.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
(defcustom vc-log-show-limit 2000
"Limit the number of items shown by the VC log commands.
Zero means unlimited.
Not all VC backends are able to support this feature."
:type 'integer)