diff options
| -rw-r--r-- | man/repo-init.1 | 4 | ||||
| -rwxr-xr-x | repo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/man/repo-init.1 b/man/repo-init.1 index 55b885c4..37411752 100644 --- a/man/repo-init.1 +++ b/man/repo-init.1 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. | 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. |
| 2 | .TH REPO "1" "December 2025" "repo init" "Repo Manual" | 2 | .TH REPO "1" "September 2024" "repo init" "Repo Manual" |
| 3 | .SH NAME | 3 | .SH NAME |
| 4 | repo \- repo init - manual page for repo init | 4 | repo \- repo init - manual page for repo init |
| 5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
| @@ -53,7 +53,7 @@ create a git checkout of the manifest repo | |||
| 53 | .TP | 53 | .TP |
| 54 | \fB\-\-manifest\-depth\fR=\fI\,DEPTH\/\fR | 54 | \fB\-\-manifest\-depth\fR=\fI\,DEPTH\/\fR |
| 55 | create a shallow clone of the manifest repo with given | 55 | create a shallow clone of the manifest repo with given |
| 56 | depth (0 for full clone); see git clone (default: 1) | 56 | depth (0 for full clone); see git clone (default: 0) |
| 57 | .SS Manifest (only) checkout options: | 57 | .SS Manifest (only) checkout options: |
| 58 | .TP | 58 | .TP |
| 59 | \fB\-c\fR, \fB\-\-current\-branch\fR | 59 | \fB\-c\fR, \fB\-\-current\-branch\fR |
| @@ -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 " |
