From 736e7d43e351b61ae5616f8904a82a0c79a6dcd0 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Tue, 2 Aug 2022 02:51:29 -0500 Subject: [PATCH] Update trunk.sh --- trunk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk.sh b/trunk.sh index a76d284a..181567f3 100644 --- a/trunk.sh +++ b/trunk.sh @@ -55,7 +55,7 @@ gsyncShallow () { git rebase-update && - gclient sync -f -R -D --no-history && + gclient sync -f -R -D --no-history --shallow && gclient runhooks &&