Code

Merge branch 'jl/submodule-update-quiet'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2011 19:33:34 +0000 (12:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2011 19:33:34 +0000 (12:33 -0700)
* jl/submodule-update-quiet:
  submodule: update and add must honor --quiet flag

1  2 
git-submodule.sh
t/t7400-submodule-basic.sh

index bc1d3fa663a5eb39dd96f6ad2ca17437073ceb0a,11eab508024037c92daab0af776579e4545a143e..f46862f61b48a970f6ec24a9ae7624905ba3013a
@@@ -125,11 -129,11 +130,11 @@@ module_clone(
  
        if test -n "$reference"
        then
-               git-clone "$reference" -n "$url" "$path"
+               git-clone $quiet "$reference" -n "$url" "$path"
        else
-               git-clone -n "$url" "$path"
+               git-clone $quiet -n "$url" "$path"
        fi ||
 -      die "Clone of '$url' into submodule path '$path' failed"
 +      die "$(eval_gettext "Clone of '\$url' into submodule path '\$path' failed")"
  }
  
  #
Simple merge