aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-git.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc-git.el')
-rw-r--r--lisp/vc-git.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/vc-git.el b/lisp/vc-git.el
index 619199fc287..7e358ed0238 100644
--- a/lisp/vc-git.el
+++ b/lisp/vc-git.el
@@ -9,7 +9,7 @@
9 9
10;; GNU Emacs is free software; you can redistribute it and/or modify 10;; GNU Emacs is free software; you can redistribute it and/or modify
11;; it under the terms of the GNU General Public License as published by 11;; it under the terms of the GNU General Public License as published by
12;; the Free Software Foundation; either version 2, or (at your option) 12;; the Free Software Foundation; either version 3, or (at your option)
13;; any later version. 13;; any later version.
14 14
15;; GNU Emacs is distributed in the hope that it will be useful, 15;; GNU Emacs is distributed in the hope that it will be useful,
@@ -114,12 +114,6 @@
114(defvar git-commits-coding-system 'utf-8 114(defvar git-commits-coding-system 'utf-8
115 "Default coding system for git commits.") 115 "Default coding system for git commits.")
116 116
117;; XXX when this backend is considered sufficiently reliable this
118;; should be moved to vc-hooks.el
119(add-to-list 'vc-handled-backends 'GIT)
120(eval-after-load "vc"
121 '(add-to-list 'vc-directory-exclusion-list ".git" t))
122
123;;; BACKEND PROPERTIES 117;;; BACKEND PROPERTIES
124 118
125(defun vc-git-revision-granularity () 119(defun vc-git-revision-granularity ()