git-upload-pack: Support the multi_ack protocol
[git.git] / prune-packed.c
index 16685d1..26123f7 100644 (file)
@@ -71,6 +71,7 @@ int main(int argc, char **argv)
                /* Handle arguments here .. */
                usage(prune_packed_usage);
        }
+       sync();
        prune_packed_objects();
        return 0;
 }