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.

View in manual

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 'natnum)