From eb8690b8dc742620d04beeba841718bdd5ed60c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 13 Dec 2019 16:21:07 +0000 Subject: [PATCH] silencing git clone --- scripts/git_checkout.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git_checkout.ps1 b/scripts/git_checkout.ps1 index d46b0bf..086889e 100644 --- a/scripts/git_checkout.ps1 +++ b/scripts/git_checkout.ps1 @@ -23,5 +23,5 @@ if (Test-Path -PathType Container .git){ # TODO: in case of errors: delete folder and clone } else { Write-Output "performing git clone..." - git clone --depth 1 https://github.com/llvm/llvm-project 2>&1 + git clone -q --depth 1 https://github.com/llvm/llvm-project 2>&1 } \ No newline at end of file