Blame SOURCES/git-init.el

842ec7
;; Git VC backend
842ec7
(add-to-list 'vc-handled-backends 'GIT t)
842ec7
(autoload 'git-status "git" "GIT mode." t)
842ec7
(autoload 'git-blame-mode "git-blame"
842ec7
 	"Minor mode for incremental blame for Git." t)