diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-26 22:51:38 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-26 22:51:38 -0800 |
commit | 3c23bea8ac211332086d26c90cd7348d6d0e129f (patch) | |
tree | 45707725a5a4a85e8f2777e8443ec03b6e10f0e9 /Makefile | |
parent | a22f5427001abb71d0aeeac33a0a82ab48a8de45 (diff) | |
parent | 7595e2ee6ef9b35ebc8dc45543723e1d89765ce3 (diff) | |
download | git-3c23bea8ac211332086d26c90cd7348d6d0e129f.tar.gz |
Merge branch 'js/shortlog'
* js/shortlog:
git-shortlog: make common repository prefix configurable with .mailmap
git-shortlog: fix common repository prefix abbreviation.
builtin git-shortlog is broken
shortlog: fix "-n"
shortlog: handle email addresses case-insensitively
shortlog: read mailmap from ./.mailmap again
shortlog: do not crash on parsing "[PATCH"
Build in shortlog
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -171,7 +171,7 @@ SCRIPT_SH = \ SCRIPT_PERL = \ git-archimport.perl git-cvsimport.perl git-relink.perl \ - git-shortlog.perl git-rerere.perl \ + git-rerere.perl \ git-cvsserver.perl \ git-svnimport.perl git-cvsexportcommit.perl \ git-send-email.perl git-svn.perl @@ -287,6 +287,7 @@ BUILTIN_OBJS = \ builtin-rev-parse.o \ builtin-rm.o \ builtin-runstatus.o \ + builtin-shortlog.o \ builtin-show-branch.o \ builtin-stripspace.o \ builtin-symbolic-ref.o \ |