summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-02-22 19:20:08 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-02-22 19:20:08 -0800
commitab8c9fe256a21413f86080082cf65b6f7c7656b3 (patch)
tree53e3ef858e207561b55c6ce00710d64b233ed5f5 /Makefile
parentgit-rm: Fix to properly handle files with spaces, tabs, newlines, etc. (diff)
parentUse Ryan's git-annotate instead of jsannotate (diff)
downloadtgif-ab8c9fe256a21413f86080082cf65b6f7c7656b3.tar.xz
Merge branch 'ra/anno'
* ra/anno: Use Ryan's git-annotate instead of jsannotate Add git-annotate, a tool for assigning blame.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5d2ec1f111..4d8aad3711 100644
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,7 @@ SCRIPT_SH = \
SCRIPT_PERL = \
git-archimport.perl git-cvsimport.perl git-relink.perl \
git-shortlog.perl git-fmt-merge-msg.perl git-rerere.perl \
+ git-annotate.perl \
git-svnimport.perl git-mv.perl git-cvsexportcommit.perl
SCRIPT_PYTHON = \