diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-03 23:40:39 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-03 23:40:39 -0700 |
commit | d820f918711446a74cc74577f6f2535a78752708 (patch) | |
tree | b46ae3884e9fa20eb0c8083d90a316e3631ab6f3 /git.c | |
parent | 5dfde8715664d389de640d9475fb1678b8403596 (diff) | |
parent | 80fe7d2b54b1aebde6c067694cdbf3ba40ad0c39 (diff) | |
download | git-d820f918711446a74cc74577f6f2535a78752708.tar.gz git-d820f918711446a74cc74577f6f2535a78752708.tar.xz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |