Stefan Beller wrote:

>  git-submodule.sh | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/git-submodule.sh b/git-submodule.sh
> index 8b5ad59bdee..f7fd80345cd 100755
> --- a/git-submodule.sh
> +++ b/git-submodule.sh
> @@ -438,6 +438,9 @@ cmd_update()
>               -q|--quiet)
>                       GIT_QUIET=1
>                       ;;
> +             -v)
> +                     GIT_QUIET=0
> +                     ;;

Reviewed-by: Jonathan Nieder <jrnie...@gmail.com>

Thanks.

Reply via email to