emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-git.el,v [EMACS_22_BASE]


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-git.el,v [EMACS_22_BASE]
Date: Sat, 28 Jul 2007 16:18:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Dan Nicolaescu <dann>   07/07/28 16:18:02

Index: vc-git.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-git.el,v
retrieving revision 1.18.2.2
retrieving revision 1.18.2.3
diff -u -b -r1.18.2.2 -r1.18.2.3
--- vc-git.el   28 Jul 2007 16:04:07 -0000      1.18.2.2
+++ vc-git.el   28 Jul 2007 16:18:01 -0000      1.18.2.3
@@ -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.")
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]