clone: teach recursive clones to respect -q
commit03c004c581fb0ecd40bf21990449f393934b15ef
authorBrandon Williams <bmwill@google.com>
Thu, 3 Aug 2017 22:25:44 +0000 (3 15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Aug 2017 16:08:37 +0000 (4 09:08 -0700)
treea88503c206459c608ee08f55f2815eae9c65271c
parentcf8899d285d2648013040ec7196ffd3de0606664
clone: teach recursive clones to respect -q

Teach 'git clone --recurse-submodules' to respect the '-q' option by
passing down the quiet flag to the process which handles cloning of
submodules.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c
t/t7400-submodule-basic.sh