submodule: update and add must honor --quiet flag
commit7e60407f7a36bd1f7fd505f9aa9580a837fbb190
authorJens Lehmann <Jens.Lehmann@web.de>
Tue, 26 Jul 2011 21:39:03 +0000 (26 23:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jul 2011 19:48:26 +0000 (28 12:48 -0700)
treed651cda63afbd15251c74bd1a8db516ee051bd9b
parent2579e1d2936ad4e385ef21e5c346d9853d7faa01
submodule: update and add must honor --quiet flag

When using the --quiet flag "git submodule update" and "git submodule add"
didn't behave as the documentation stated. They printed progress output
from the clone, even though they should only print error messages.

Fix that by passing the -q flag to git clone in module_clone() when the
GIT_QUIET variable is set. Two tests in t7400 have been modified to test
that behavior.

Reported-by: Daniel Holtmann-Rice <flyingtabmow@gmail.com>
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh
t/t7400-submodule-basic.sh