From 3ad54e4fef93b6703e8b3d3839c6f9881dbffb74 Mon Sep 17 00:00:00 2001 From: Android Open Source Project Date: Tue, 6 Jan 2026 10:49:36 -0800 Subject: [PATCH] repo: Update from upstream - 622a5bf9c2937fbfc631ccc30d5debf74010361d init: change --manifest-depth default to 1 by Mike Frysinger GitOrigin-RevId: 622a5bf9c2937fbfc631ccc30d5debf74010361d Change-Id: If3639895ae80dadf8586da8033e0591a3b68da78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7396404 Reviewed-by: Gavin Mak Commit-Queue: Gavin Mak Auto-Submit: Copybara Service --- repo_launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo_launcher b/repo_launcher index ee3a5b79bd..43d30cc2e6 100755 --- a/repo_launcher +++ b/repo_launcher @@ -129,7 +129,7 @@ if not REPO_REV: BUG_URL = "https://issues.gerritcodereview.com/issues/new?component=1370071" # increment this whenever we make important changes to this script -VERSION = (2, 54) +VERSION = (2, 61) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (2, 3) @@ -325,7 +325,7 @@ def InitParser(parser): group.add_option( "--manifest-depth", type="int", - default=0, + default=1, metavar="DEPTH", help="create a shallow clone of the manifest repo with " "given depth (0 for full clone); see git clone "