git 1.5.5.1 for el5

This commit is contained in:
jbowes 2008-05-15 11:58:58 +00:00
commit 00e8ae1130
4 changed files with 95 additions and 49 deletions

5
git-init.el Normal file
View file

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