summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-02-20 14:25:46 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-02-20 14:25:46 -0800
commit0c82a398ec3302294b0bfe33b653a6e90dcf351b (patch)
treec567ecd7394f1eb1ebec78c98e13b7a421fd227d /Makefile
parentMerge branch 'jc/pack-thin' into next (diff)
parentAdd git-annotate, a tool for assigning blame. (diff)
downloadtgif-0c82a398ec3302294b0bfe33b653a6e90dcf351b.tar.xz
Merge branch 'ra/anno' into next
* ra/anno: Add git-annotate, a tool for assigning blame. git-svn: 0.9.1: add --version and copyright/license (GPL v2+) information contrib/git-svn: add Makefile, test, and associated ignores git-svn: fix several corner-case and rare bugs with 'commit' contrib/git-svn.txt: add a note about renamed/copied directory support git-svn: change ; to && in addremove() git-svn: remove any need for the XML::Simple dependency git-svn: Allow for more argument types for commit (from..to) git-svn: allow --find-copies-harder and -l<num> to be passed on commit git-svn: fix a typo in defining the --no-stop-on-copy option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e1111f4461..4e654f0ed7 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,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 = \