author | Jeff King <peff@peff.net> | |
Wed, 5 Aug 2009 20:22:19 +0000 (16:22 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 6 Aug 2009 03:14:07 +0000 (20:14 -0700) | ||
commit | afdeeb00eec471d86c9d421781ba8cb545be849c | |
tree | e4fd719850d6221962d2e2466620c4e0f086e704 | tree | snapshot |
parent | 3f55e4107f7906134df029f9a5c44864f9258110 | commit | diff |
push: add --quiet flag
Some transports produce output even without "--verbose"
turned on. This provides a way to tell them to be more
quiet (whereas simply redirecting might lose error
messages).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Some transports produce output even without "--verbose"
turned on. This provides a way to tell them to be more
quiet (whereas simply redirecting might lose error
messages).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-push.c | diff | blob | history | |
transport.h | diff | blob | history |