X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-prune-packed.c;h=241afbbab54cef58361b0a8284fe1cefcd5dc2a8;hb=cc3b7a9732f940cb0249a12cb3c02e3d83723eb0;hp=23faf3129fb65ec5592c5021d661498143d4f608;hpb=fe61935007b6803ce116e233316e4ff51de02be6;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; }