make.bat: git pull add `--quiet`

pull/4989/head^2
yuyi 2020-05-22 22:42:34 +08:00 committed by GitHub
parent 88fa935376
commit b5af6d44c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pushd %~dp0
if exist "vc" (
echo Updating vc...
cd vc
git pull
git pull --quiet
cd ..
) else (
echo Cloning vc...