OSDN Git Service

pack-objects: split implications of --all-progress from progress activation
[git-core/git.git] / builtin-send-pack.c
index 37e528e..2c4eaae 100644 (file)
@@ -38,7 +38,7 @@ static int pack_objects(int fd, struct ref *refs, struct extra_have_objects *ext
         */
        const char *argv[] = {
                "pack-objects",
-               "--all-progress",
+               "--all-progress-implied",
                "--revs",
                "--stdout",
                NULL,