repo: Update from upstream

- 622a5bf9c2937fbfc631ccc30d5debf74010361d init: change --manifest-depth default to 1 by Mike Frysinger <vapier@google.com>

GitOrigin-RevId: 622a5bf9c2937fbfc631ccc30d5debf74010361d
Change-Id: If3639895ae80dadf8586da8033e0591a3b68da78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7396404
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Auto-Submit: Copybara Service <copybara-worker-blackhole@google.com>
This commit is contained in:
Android Open Source Project
2026-01-06 10:49:36 -08:00
committed by LUCI CQ
parent b084cd665f
commit 3ad54e4fef

View File

@@ -129,7 +129,7 @@ if not REPO_REV:
BUG_URL = "https://issues.gerritcodereview.com/issues/new?component=1370071" BUG_URL = "https://issues.gerritcodereview.com/issues/new?component=1370071"
# increment this whenever we make important changes to this script # 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 # increment this if the MAINTAINER_KEYS block is modified
KEYRING_VERSION = (2, 3) KEYRING_VERSION = (2, 3)
@@ -325,7 +325,7 @@ def InitParser(parser):
group.add_option( group.add_option(
"--manifest-depth", "--manifest-depth",
type="int", type="int",
default=0, default=1,
metavar="DEPTH", metavar="DEPTH",
help="create a shallow clone of the manifest repo with " help="create a shallow clone of the manifest repo with "
"given depth (0 for full clone); see git clone " "given depth (0 for full clone); see git clone "