push: teach --quiet to suppress "Everything up-to-date"
commit2e5ed5f21b5b978268d7e4823fe777fdff20f544
authorJeff King <peff@peff.net>
Mon, 31 Aug 2009 19:28:34 +0000 (31 15:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2009 02:47:50 +0000 (2 19:47 -0700)
treeba302df22e02d20dd796c4a82c8808c091ebe213
parent228e7b5d4d6eca8616c7dc3d979478909dbdbfd1
push: teach --quiet to suppress "Everything up-to-date"

This should have been part of 481c7a6, whose goal was to
make "git push -q" silent unless there is an error.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c