diff options
author | Junio C Hamano <junkio@cox.net> | 2006-02-22 19:20:08 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-22 19:20:08 -0800 |
commit | ab8c9fe256a21413f86080082cf65b6f7c7656b3 (patch) | |
tree | 53e3ef858e207561b55c6ce00710d64b233ed5f5 /Makefile | |
parent | 3844cdc8f19dcd848003586d6b98c9f2bd36a7d0 (diff) | |
parent | 4788d11a0d2ff872d25840768b2266e936a0b1fc (diff) | |
download | git-ab8c9fe256a21413f86080082cf65b6f7c7656b3.tar.gz git-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = \ |