summaryrefslogtreecommitdiff
path: root/dev-util/git/files/71git-gentoo.el
Unidiff
Diffstat (limited to 'dev-util/git/files/71git-gentoo.el') (more/less context) (show whitespace changes)
-rw-r--r--dev-util/git/files/71git-gentoo.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-util/git/files/71git-gentoo.el b/dev-util/git/files/71git-gentoo.el
deleted file mode 100644
index ded21c2..0000000
--- a/dev-util/git/files/71git-gentoo.el
+++ b/dev/null
@@ -1,7 +0,0 @@
1;;; git site-lisp configuration
2
3(add-to-list 'load-path "@SITELISP@")
4(add-to-list 'vc-handled-backends 'GIT)
5(autoload 'git-status "git" "Entry point into git-status mode." t)
6(autoload 'git-blame-mode "git-blame"
7 "Minor mode for incremental blame for Git." t)