Function: vc-git-root
vc-git-root is a byte-compiled function defined in vc-git.el.gz.
Signature
(vc-git-root FILE)
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defun vc-git-root (file)
(vc-find-root file ".git"))