X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-count-objects.c;h=73c59824238f58c2dc94544ef67ea51741d834ac;hb=ba7545adab83e6bea43353937eabb467bcb7d4f7;hp=1d3729aa9914d6c68dbb6ad11cb46504b4a688e0;hpb=1e49cb8ad44cfb926b719061fa41f42e62291560;p=git.git diff --git a/builtin-count-objects.c b/builtin-count-objects.c index 1d3729aa9..73c598242 100644 --- a/builtin-count-objects.c +++ b/builtin-count-objects.c @@ -62,7 +62,7 @@ static void count_objects(DIR *d, char *path, int len, int verbose, hex[40] = 0; if (get_sha1_hex(hex, sha1)) die("internal error"); - if (has_sha1_pack(sha1)) + if (has_sha1_pack(sha1, NULL)) (*packed_loose)++; } }