aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-10-22 13:23:31 +0200
committerJunio C Hamano <junkio@cox.net>2006-11-19 22:59:05 -0800
commitb8ec59234ba2c1833e29eece9ed87f7a471cbae2 (patch)
tree809cb3ba19c6dd1422275a52fe8a468de1d05372 /git.c
parentef06b91804ff5a626e265c6d9080bbc0e7924e88 (diff)
downloadgit-b8ec59234ba2c1833e29eece9ed87f7a471cbae2.tar.gz
git-b8ec59234ba2c1833e29eece9ed87f7a471cbae2.tar.xz
Build in shortlog
[jc: with minimum squelching of compiler warning under "-pedantic" compilation options.] Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
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 1aa07a516..f97de602d 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 },