summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-27 21:38:43 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-27 21:38:43 -0700
commitac92095ff2c47731ba9a2a7779cd797b973ffc74 (patch)
treebcefd5a751f8289883965c12858cb6c8b9213782 /git.c
parentMerge branch 'np/delta' into next (diff)
parentbuilt-in count-objects. (diff)
downloadtgif-ac92095ff2c47731ba9a2a7779cd797b973ffc74.tar.xz
Merge branch 'jc/count' into next
* jc/count: built-in count-objects. pack-objects: update size heuristucs. verify-pack: check integrity in a saner order.
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 b761150c29..6d030b01cc 100644
--- a/git.c
+++ b/git.c
@@ -47,6 +47,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "whatchanged", cmd_whatchanged },
{ "show", cmd_show },
{ "fmt-patch", cmd_format_patch },
+ { "count-objects", cmd_count_objects },
};
int i;