diff options
author | Ryan Anderson <ryan@michonline.com> | 2006-10-09 03:32:05 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-09 20:25:28 -0700 |
commit | f789e347465dded7fcec3a605473fa3f549792d8 (patch) | |
tree | 82f7ed797ba6dce9d6aea93a90ebcd84690eaf7e /Makefile | |
parent | b5c698d947c236559e338e45c6234ece7c819338 (diff) | |
download | git-f789e347465dded7fcec3a605473fa3f549792d8.tar.gz git-f789e347465dded7fcec3a605473fa3f549792d8.tar.xz |
Remove git-annotate.perl and create a builtin-alias for git-blame
Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -173,7 +173,7 @@ SCRIPT_SH = \ SCRIPT_PERL = \ git-archimport.perl git-cvsimport.perl git-relink.perl \ git-shortlog.perl git-rerere.perl \ - git-annotate.perl git-cvsserver.perl \ + git-cvsserver.perl \ git-svnimport.perl git-cvsexportcommit.perl \ git-send-email.perl git-svn.perl @@ -265,6 +265,7 @@ LIB_OBJS = \ BUILTIN_OBJS = \ builtin-add.o \ + builtin-annotate.o \ builtin-apply.o \ builtin-archive.o \ builtin-cat-file.o \ |