Function: vc-git-root

vc-git-root is a byte-compiled function defined in vc-git.el.gz.

Signature

(vc-git-root FILE)

Aliases

vc-git-responsible-p

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defun vc-git-root (file)
  (vc-find-root file ".git"))