source: projects/specs/trunk/g/git/git-init.el @ 1965

Revision 1965, 190 bytes checked in by iwaim, 14 years ago (diff)

git 1.7.1-1: add files

Line 
1;; Git VC backend
2(add-to-list 'vc-handled-backends 'GIT t)
3(autoload 'git-status "git" "GIT mode." t)
4(autoload 'git-blame-mode "git-blame"
5        "Minor mode for incremental blame for Git." t)
Note: See TracBrowser for help on using the repository browser.