Variable: vc-log-view-type

vc-log-view-type is an alias for vc-log-view-types, defined in vc.el.gz.

This variable is obsolete since 32.1; use vc-log-view-types instead.

Value

nil

Documentation

List of types of the VC log shown in the current buffer.

Supported elements are:

  short -- short log form, one line for each commit
  long -- long log form, including full log message and author
  with-diff -- log including diffs
  log-outgoing -- log of changes to be pushed to upstream
  log-incoming -- log of changes to be brought by pulling from upstream
  log-unintegrated -- log of changes you've not yet finished sharing
  log-search -- log entries matching a pattern; shown in long format
  mergebase -- log created by vc-log-mergebase.

Aliases

vc-log-view-type (obsolete since 32.1)