Variable: vc-dir-git-mode

vc-dir-git-mode is a buffer-local variable defined in vc-git.el.gz.

Documentation

Non-nil if Vc-Dir-Git mode is enabled.

Use the command vc-dir-git-mode(var)/vc-dir-git-mode(fun) to change this variable.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(define-minor-mode vc-dir-git-mode
  "A minor mode for git-specific commands in `vc-dir-mode' buffers.
Also note that there are git stash commands available in the
\"Stash\" section at the head of the buffer."
  :lighter " Git")