Merge branch 'jc/count'
[git.git] / git.c
diff --git a/git.c b/git.c
index fd479e9..4d3a5a3 100644 (file)
--- 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 },
                { "push", cmd_push },
+               { "count-objects", cmd_count_objects },
        };
        int i;