author | Jeff King <peff@peff.net> | |
Wed, 5 Aug 2009 20:23:26 +0000 (16:23 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 6 Aug 2009 03:14:11 +0000 (20:14 -0700) | ||
commit | 481c7a6db907774d0f06565d00fd06500a7ae7a4 | |
tree | e1f8c70699c446e7be5c8d9cbbaa9b226f95ff71 | tree | snapshot |
parent | 120703292b2828d3c35c937b7f5e75ec570a42e9 | commit | diff |
transport: don't show push status if --quiet is given
When --quiet is given, the user generally only wants to see
errors. So let's suppress printing the ref status table
unless there is an error, in which case we print out the
whole table.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When --quiet is given, the user generally only wants to see
errors. So let's suppress printing the ref status table
unless there is an error, in which case we print out the
whole table.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c | diff | blob | history |