summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-07-28 16:18:01 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-07-28 16:18:01 +0000
commit1bee149590570b1e86079c49c6bf805088daf882 (patch)
tree49d078a912a6b117fa6f87f54a9962d4ef332d10 /lisp
parentb19c08e44dd822f0822cfe96749c7cf0dc02d40e (diff)
downloademacs-1bee149590570b1e86079c49c6bf805088daf882.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc-git.el7
1 files changed, 7 insertions, 0 deletions
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.")