clone: fix progress-regression
[gitweb.git] / builtin / clone.c
index 5f20082d6d0688c7481d012fd9461c92437e38f2..87f2657171bcb0fc58f100ced8172cf2322797c6 100644 (file)
@@ -732,7 +732,7 @@ int cmd_clone(int argc, const char **argv, const char *prefix)
                opts.update = 1;
                opts.merge = 1;
                opts.fn = oneway_merge;
-               opts.verbose_update = (option_verbosity > 0);
+               opts.verbose_update = (option_verbosity >= 0);
                opts.src_index = &the_index;
                opts.dst_index = &the_index;