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 | git-rm: Fix to properly handle files with spaces, tabs, newlines, etc. (diff) | |
parent | Use Ryan's git-annotate instead of jsannotate (diff) | |
download | tgif-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 = \ |