Variable: vc-git-program

vc-git-program is a customizable variable defined in vc-git.el.gz.

Value

"git"

Documentation

Name of the Git executable (excluding any arguments).

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

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defcustom vc-git-program "git"
  "Name of the Git executable (excluding any arguments)."
  :version "24.1"
  :type 'string)