transport: don't show push status if --quiet is given
commit481c7a6db907774d0f06565d00fd06500a7ae7a4
authorJeff King <peff@peff.net>
Wed, 5 Aug 2009 20:23:26 +0000 (5 16:23 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Aug 2009 03:14:11 +0000 (5 20:14 -0700)
treee1f8c70699c446e7be5c8d9cbbaa9b226f95ff71
parent120703292b2828d3c35c937b7f5e75ec570a42e9
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>
transport.c