Variable: vc-dir-hide-up-to-date-on-revert

vc-dir-hide-up-to-date-on-revert is a customizable variable defined in vc-dir.el.gz.

Value

nil

Documentation

If non-nil, M-x revert-buffer (revert-buffer) in VC-Dir buffers also does x (vc-dir-hide-up-to-date).

That is, refreshing the VC-Dir buffer also hides up-to-date and ignored items.

This variable was added, or its default value changed, in Emacs 31.1.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-dir.el.gz
(defcustom vc-dir-hide-up-to-date-on-revert nil
  "If non-nil, \\<vc-dir-mode-map>\\[revert-buffer] in VC-Dir buffers also does \\[vc-dir-hide-up-to-date].
That is, refreshing the VC-Dir buffer also hides `up-to-date' and
`ignored' items."
  :type 'boolean
  :group 'vc
  :version "31.1")