diff options
| author | Mike Frysinger <vapier@google.com> | 2026-01-21 09:15:11 -0500 |
|---|---|---|
| committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2026-01-21 12:32:59 -0800 |
| commit | 5d88972390295e229ee940992cb33ce8cfd39cd5 (patch) | |
| tree | 93a3b898c10a1682136a890c3dde1ada50fced89 /repo | |
| parent | 3c0e67bbc5f7c3849919735db4bfd7e66190f80c (diff) | |
| download | git-repo-2.61.1.tar.gz | |
This reverts commit 622a5bf9c2937fbfc631ccc30d5debf74010361d.
CrOS infra is failing to sync code now for some reason.
Until we can investigate further, pull this back out.
Bug: 475668525
Bug: 468033850
Change-Id: I35a8623a95336df1be27ea870afbfc8065609f01
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/545141
Reviewed-by: Gavin Mak <gavinmak@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
Commit-Queue: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'repo')
| -rwxr-xr-x | repo | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -129,7 +129,7 @@ if not REPO_REV: | |||
| 129 | BUG_URL = "https://issues.gerritcodereview.com/issues/new?component=1370071" | 129 | BUG_URL = "https://issues.gerritcodereview.com/issues/new?component=1370071" |
| 130 | 130 | ||
| 131 | # increment this whenever we make important changes to this script | 131 | # increment this whenever we make important changes to this script |
| 132 | VERSION = (2, 61) | 132 | VERSION = (2, 54) |
| 133 | 133 | ||
| 134 | # increment this if the MAINTAINER_KEYS block is modified | 134 | # increment this if the MAINTAINER_KEYS block is modified |
| 135 | KEYRING_VERSION = (2, 3) | 135 | KEYRING_VERSION = (2, 3) |
| @@ -325,7 +325,7 @@ def InitParser(parser): | |||
| 325 | group.add_option( | 325 | group.add_option( |
| 326 | "--manifest-depth", | 326 | "--manifest-depth", |
| 327 | type="int", | 327 | type="int", |
| 328 | default=1, | 328 | default=0, |
| 329 | metavar="DEPTH", | 329 | metavar="DEPTH", |
| 330 | help="create a shallow clone of the manifest repo with " | 330 | help="create a shallow clone of the manifest repo with " |
| 331 | "given depth (0 for full clone); see git clone " | 331 | "given depth (0 for full clone); see git clone " |
