From 1bee149590570b1e86079c49c6bf805088daf882 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 28 Jul 2007 16:18:01 +0000 Subject: [PATCH] *** empty log message *** --- lisp/vc-git.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/vc-git.el b/lisp/vc-git.el index 4c5bf866370..c0cfc1e88cc 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -111,6 +111,13 @@ (eval-when-compile (require 'cl) (require 'vc)) +;; XXX when this backend is considered sufficiently reliable this +;; should be moved to vc-hooks.el +(add-to-list 'vc-handled-backends 'GIT) +(eval-after-load "vc" + '(add-to-list 'vc-directory-exclusion-list ".git" t)) + + (defvar git-commits-coding-system 'utf-8 "Default coding system for git commits.") -- 2.39.2