Code

clone -q: honor "quiet" option over native transports.
authorJunio C Hamano <gitster@pobox.com>
Sun, 6 Jul 2008 00:58:50 +0000 (17:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Jul 2008 01:32:36 +0000 (18:32 -0700)
commit9b373229506c9f563b2e2f053c3f1d932789fbfd
tree917cc733d6d5da35e5c4dbaf6753a8d5eac90d1f
parent8a33dd8b6e29722e86556c178d7c0b963804f0d3
clone -q: honor "quiet" option over native transports.

The earlier built-in conversion seems to have broken "git-clone"; this
teaches the command to honor the "-q" option again when talking to the
remote end over native transports (file://, git:// and ssh://).

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