X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=transport.c;h=56831c57c5cf6500714c46c63581ca98662d58c3;hb=aebd173ffa7a4e67447f0157a14abde7767c54e9;hp=cfb73500ec9058e7503787bd3c6de06aa3fed064;hpb=59c69c0c656ebce2f7ce870b4913512597a98390;p=git.git diff --git a/transport.c b/transport.c index cfb73500e..56831c57c 100644 --- a/transport.c +++ b/transport.c @@ -642,7 +642,7 @@ static int fetch_refs_via_pack(struct transport *transport, args.include_tag = data->followtags; args.verbose = (transport->verbose > 0); args.quiet = (transport->verbose < 0); - args.no_progress = args.quiet || !isatty(1); + args.no_progress = args.quiet || (!transport->progress && !isatty(1)); args.depth = data->depth; for (i = 0; i < nr_heads; i++)