Variable: vc-dir-git-mode-hook

vc-dir-git-mode-hook is a customizable variable defined in vc-git.el.gz.

Value

nil

Documentation

Hook run after entering or leaving vc-dir-git-mode(var)/vc-dir-git-mode(fun).

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

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")