X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote-curl.c;h=bcbc7fba4ebef3a7828220840836a0cf491f9ea8;hb=c207e34f7733df04342e1c0f449f6d3cae501e33;hp=48c20b86f3cfc6c189972718046a6890aaefacf3;hpb=5de89d3abfca98b0dfd0280d28576940c913d60d;p=git.git diff --git a/remote-curl.c b/remote-curl.c index 48c20b86f..bcbc7fba4 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -770,7 +770,9 @@ static int push_git(struct discovery *heads, int nr_spec, char **specs) argv[argc++] = "--thin"; if (options.dry_run) argv[argc++] = "--dry-run"; - if (options.verbosity > 1) + if (options.verbosity == 0) + argv[argc++] = "--quiet"; + else if (options.verbosity > 1) argv[argc++] = "--verbose"; argv[argc++] = url; for (i = 0; i < nr_spec; i++)