X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-prune-packed.c;h=241afbbab54cef58361b0a8284fe1cefcd5dc2a8;hb=3ecb171d2b9aca7b09bf112594977d00925893b4;hp=23faf3129fb65ec5592c5021d661498143d4f608;hpb=891e85a0c08e12d3f6174d8eb10b4ef284c4b01b;p=git.git diff --git a/builtin-prune-packed.c b/builtin-prune-packed.c index 23faf3129..241afbbab 100644 --- a/builtin-prune-packed.c +++ b/builtin-prune-packed.c @@ -85,7 +85,6 @@ int cmd_prune_packed(int argc, const char **argv, const char *prefix) /* Handle arguments here .. */ usage(prune_packed_usage); } - sync(); prune_packed_objects(opts); return 0; }