summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo b/repo
index ee3a5b79..43d30cc2 100755
--- a/repo
+++ b/repo
@@ -129,7 +129,7 @@ if not REPO_REV:
129BUG_URL = "https://issues.gerritcodereview.com/issues/new?component=1370071" 129BUG_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
132VERSION = (2, 54) 132VERSION = (2, 61)
133 133
134# increment this if the MAINTAINER_KEYS block is modified 134# increment this if the MAINTAINER_KEYS block is modified
135KEYRING_VERSION = (2, 3) 135KEYRING_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=0, 328 default=1,
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 "