From c9dd811d93824d209bab88cc1a666ea89213c568 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Sat, 12 Aug 2023 19:45:42 -0700 Subject: [PATCH] tools: suppress diagnostic output from git --- tools/update-oss.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/update-oss.sh b/tools/update-oss.sh index ae451d9..946b5b4 100755 --- a/tools/update-oss.sh +++ b/tools/update-oss.sh @@ -19,8 +19,7 @@ if ! git diff --quiet ; then git diff --stat exit 1 fi -git checkout main -git pull --rebase +git checkout --quiet main && git pull --rebase --quiet # The module to update. module=tailscale.com