X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-count-objects.c;h=b814fe5070873f5c87fc6bbfde480e3b0a83e397;hb=aec813062b340e6bb181470cf57cc4b4406e1bb8;hp=62fd1f0961a29cc81032d20b3fe37fcc91293407;hpb=30aa4fb15fa408596dea59cdc9f00c94eeaa69f1;p=git.git diff --git a/builtin-count-objects.c b/builtin-count-objects.c index 62fd1f096..b814fe507 100644 --- a/builtin-count-objects.c +++ b/builtin-count-objects.c @@ -60,7 +60,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, NULL)) + if (has_sha1_pack(sha1)) (*packed_loose)++; } }