X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-prune-packed.c;h=10cb8df8457fd5f2ba9be62ecd0f9384e21c3e63;hb=a010966844221ea14f1de26fdab8fe37332ff928;hp=23faf3129fb65ec5592c5021d661498143d4f608;hpb=887ad79865d862a0a3aef4b59957d7dd95d0507d;p=git.git diff --git a/builtin-prune-packed.c b/builtin-prune-packed.c index 23faf3129..10cb8df84 100644 --- a/builtin-prune-packed.c +++ b/builtin-prune-packed.c @@ -3,7 +3,7 @@ #include "progress.h" static const char prune_packed_usage[] = -"git-prune-packed [-n] [-q]"; +"git prune-packed [-n] [-q]"; #define DRY_RUN 01 #define VERBOSE 02 @@ -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; }