Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-04 10:40:39 +0400
committerJunio C Hamano <junkio@cox.net>2006-05-04 10:40:39 +0400
commitd820f918711446a74cc74577f6f2535a78752708 (patch)
treeb46ae3884e9fa20eb0c8083d90a316e3631ab6f3 /git.c
parent5dfde8715664d389de640d9475fb1678b8403596 (diff)
parent80fe7d2b54b1aebde6c067694cdbf3ba40ad0c39 (diff)
Merge branch 'jc/count'
* jc/count: builtin-count-objects: open packs when running -v builtin-count-objects: make it official. built-in count-objects.
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 fd479e97c1..4d3a5a30aa 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 },
{ "push", cmd_push },
+ { "count-objects", cmd_count_objects },
};
int i;