aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-11-26 22:51:38 -0800
committerJunio C Hamano <junkio@cox.net>2006-11-26 22:51:38 -0800
commit3c23bea8ac211332086d26c90cd7348d6d0e129f (patch)
tree45707725a5a4a85e8f2777e8443ec03b6e10f0e9 /git.c
parenta22f5427001abb71d0aeeac33a0a82ab48a8de45 (diff)
parent7595e2ee6ef9b35ebc8dc45543723e1d89765ce3 (diff)
downloadgit-3c23bea8ac211332086d26c90cd7348d6d0e129f.tar.xz
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 'git.c')
-rw-r--r--git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index 1aa07a5164..f97de602d2 100644
--- a/git.c
+++ b/git.c
@@ -260,6 +260,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "rev-parse", cmd_rev_parse, RUN_SETUP },
{ "rm", cmd_rm, RUN_SETUP },
{ "runstatus", cmd_runstatus, RUN_SETUP },
+ { "shortlog", cmd_shortlog, RUN_SETUP },
{ "show-branch", cmd_show_branch, RUN_SETUP },
{ "show", cmd_show, RUN_SETUP | USE_PAGER },
{ "stripspace", cmd_stripspace },