Variable: vc-log-short-style

vc-log-short-style is a variable defined in vc.el.gz.

Value

(directory)

Documentation

Whether or not to show a short log.

If it contains directory, show a short log if the fileset contains a directory. If it contains file, show short logs for files. Not all VC backends support short logs!

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
;; Miscellaneous other entry points

;; FIXME: this should be a defcustom
;; FIXME: maybe add another choice:
;; `root-directory' (or somesuch), which would mean show a short log
;; for the root directory.
(defvar vc-log-short-style '(directory)
  "Whether or not to show a short log.
If it contains `directory', show a short log if the fileset
contains a directory.
If it contains `file', show short logs for files.
Not all VC backends support short logs!")