*** empty log message ***

This commit is contained in:
Dan Nicolaescu 2007-07-28 16:18:01 +00:00
parent b19c08e44d
commit 1bee149590

View file

@ -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.")