Merge branch 'cb/transfer-no-progress'
* cb/transfer-no-progress: push/fetch/clone --no-progress suppresses progress output
This commit is contained in:
@ -737,7 +737,7 @@ static int get_pack(int xd[2], char **pack_lockfile)
|
||||
}
|
||||
else {
|
||||
*av++ = "unpack-objects";
|
||||
if (args.quiet)
|
||||
if (args.quiet || args.no_progress)
|
||||
*av++ = "-q";
|
||||
}
|
||||
if (*hdr_arg)
|
||||
|
||||
Reference in New Issue
Block a user