summaryrefslogtreecommitdiffstats
path: root/git-init.el
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-03-17 15:39:12 -0400
committerTodd Zullinger <tmz@pobox.com>2008-03-17 15:39:12 -0400
commit5babbf84a3f98003a9443fe04fdc0df64eea97a9 (patch)
treed6ff9cdbaa6d25e5512044cbf174930966c3d902 /git-init.el
downloadgit-package-5babbf84a3f98003a9443fe04fdc0df64eea97a9.tar.gz
git-package-5babbf84a3f98003a9443fe04fdc0df64eea97a9.tar.xz
git-package-5babbf84a3f98003a9443fe04fdc0df64eea97a9.zip
initial import from CVS tag git-1_5_4_4-1_fc9
Diffstat (limited to 'git-init.el')
-rw-r--r--git-init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-init.el b/git-init.el
new file mode 100644
index 0000000..d2a96a7
--- /dev/null
+++ b/git-init.el
@@ -0,0 +1,5 @@
+;; Git VC backend
+(add-to-list 'vc-handled-backends 'GIT t)
+(autoload 'git-status "git" "GIT mode." t)
+(autoload 'git-blame-mode "git-blame"
+ "Minor mode for incremental blame for Git." t)