push/fetch/clone --no-progress suppresses progress output
authorClemens Buchacher <drizzd@aon.at>
Mon, 13 Feb 2012 20:17:15 +0000 (21:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Feb 2012 21:06:53 +0000 (13:06 -0800)
By default, progress output is disabled if stderr is not a terminal.
The --progress option can be used to force progress output anyways.
Conversely, --no-progress does not force progress output. In particular,
if stderr is a terminal, progress output is enabled.

This is unintuitive. Change --no-progress to force output off.

Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found