summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2015-03-18 14:41:07 -0700
committerConley Owens <cco3@android.com>2015-03-18 21:43:39 +0000
commit52b99aa91d0fbb5ea363b5febb367d602dbc56db (patch)
tree2a54378a9183eff42df6516e92303222ce4065e1
parent9371979628a945a1caf526aeff84a1ac68a22efe (diff)
downloadgit-repo-52b99aa91d0fbb5ea363b5febb367d602dbc56db.tar.gz
Change the min git version from 1.7.2 to 1.8.2
This is needed for the --unshallow option of git fetch. Change-Id: Ifdc5cec6130315c643924328fea425f1b94cb04a
-rwxr-xr-xrepo4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo b/repo
index f12354a4..960e76f9 100755
--- a/repo
+++ b/repo
@@ -20,7 +20,7 @@ REPO_REV = 'stable'
20# limitations under the License. 20# limitations under the License.
21 21
22# increment this whenever we make important changes to this script 22# increment this whenever we make important changes to this script
23VERSION = (1, 21) 23VERSION = (1, 22)
24 24
25# increment this if the MAINTAINER_KEYS block is modified 25# increment this if the MAINTAINER_KEYS block is modified
26KEYRING_VERSION = (1, 2) 26KEYRING_VERSION = (1, 2)
@@ -102,7 +102,7 @@ JuinEP+AwLAUZ1Bsx9ISC0Agpk2VeHXPL3FGhroEmoMvBzO0kTFGyoeT7PR/BfKv
102""" 102"""
103 103
104GIT = 'git' # our git command 104GIT = 'git' # our git command
105MIN_GIT_VERSION = (1, 7, 2) # minimum supported git version 105MIN_GIT_VERSION = (1, 8, 2) # minimum supported git version
106repodir = '.repo' # name of repo's private directory 106repodir = '.repo' # name of repo's private directory
107S_repo = 'repo' # special repo repository 107S_repo = 'repo' # special repo repository
108S_manifests = 'manifests' # special manifest repository 108S_manifests = 'manifests' # special manifest repository