transport: pass "quiet" flag to pack-objects
commit120703292b2828d3c35c937b7f5e75ec570a42e9
authorJeff King <peff@peff.net>
Wed, 5 Aug 2009 20:22:36 +0000 (5 16:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Aug 2009 03:14:09 +0000 (5 20:14 -0700)
tree577e2cab5b6e57cbc88b8c7a9f4d5a6a79d61f5a
parentafdeeb00eec471d86c9d421781ba8cb545be849c
transport: pass "quiet" flag to pack-objects

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>
builtin-send-pack.c
send-pack.h
transport.c