diff options
-rw-r--r-- | builtin-count.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin-count.c b/builtin-count.c index 0256369d5b..5ee72df247 100644 --- a/builtin-count.c +++ b/builtin-count.c @@ -105,6 +105,8 @@ int cmd_count_objects(int ac, const char **av, char **ep) } if (verbose) { struct packed_git *p; + if (!packed_git) + prepare_packed_git(); for (p = packed_git; p; p = p->next) { if (!p->pack_local) continue; |