author | Jeff King <peff@peff.net> | |
Wed, 5 Aug 2009 20:22:36 +0000 (16:22 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 6 Aug 2009 03:14:09 +0000 (20:14 -0700) | ||
commit | 120703292b2828d3c35c937b7f5e75ec570a42e9 | |
tree | 577e2cab5b6e57cbc88b8c7a9f4d5a6a79d61f5a | tree | snapshot |
parent | afdeeb00eec471d86c9d421781ba8cb545be849c | commit | diff |
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>
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 | diff | blob | history | |
send-pack.h | diff | blob | history | |
transport.c | diff | blob | history |