X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-prune-packed.c;h=960db49859a286bf5f3515ee7c2bfe25fe44d09e;hb=170487fbc3d7ec0f36208eed18d4ca0ea1e1acb7;hp=d3dd94d9ef7a50e156488ea5e9236d6d55f6e190;hpb=25f38f064f7f9ccde337eafcf575e4a5a1079346;p=git.git diff --git a/builtin-prune-packed.c b/builtin-prune-packed.c index d3dd94d9e..960db4985 100644 --- a/builtin-prune-packed.c +++ b/builtin-prune-packed.c @@ -19,7 +19,7 @@ static void prune_dir(int i, DIR *dir, char *pathname, int len) memcpy(hex+2, de->d_name, 38); if (get_sha1_hex(hex, sha1)) continue; - if (!has_sha1_pack(sha1)) + if (!has_sha1_pack(sha1, NULL)) continue; memcpy(pathname + len, de->d_name, 38); if (dryrun)