diff options
author | Junio C Hamano <junkio@cox.net> | 2006-02-20 14:25:46 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-20 14:25:46 -0800 |
commit | 0c82a398ec3302294b0bfe33b653a6e90dcf351b (patch) | |
tree | c567ecd7394f1eb1ebec78c98e13b7a421fd227d /Makefile | |
parent | Merge branch 'jc/pack-thin' into next (diff) | |
parent | Add git-annotate, a tool for assigning blame. (diff) | |
download | tgif-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = \ |