transport: pass "quiet" flag to pack-objects
authorJeff King <peff@peff.net>
Wed, 5 Aug 2009 20:22:36 +0000 (16:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Aug 2009 03:14:09 +0000 (20:14 -0700)
When pushing over the git protocol, pack-objects gives
progress reports about the pack being sent. If "push" is
given the --quiet flag, it now passes "-q" to pack-objects,
suppressing this output.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found