X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-prune.c;h=bd3d2f67f3eb54cedb1a6c18582c7e10aa3f7bc6;hb=6e1c23442a0315ad440bb8457703dcf1ad943b96;hp=25f9304b829c9074e8a034eba5e34c38794058a4;hpb=464509f790f409d95e0820364ef7296d82942d8c;p=git.git diff --git a/builtin-prune.c b/builtin-prune.c index 25f9304b8..bd3d2f67f 100644 --- a/builtin-prune.c +++ b/builtin-prune.c @@ -156,7 +156,6 @@ int cmd_prune(int argc, const char **argv, const char *prefix) mark_reachable_objects(&revs, 1); prune_object_dir(get_object_directory()); - sync(); prune_packed_objects(show_only); remove_temporary_files(); return 0;