From 52b99aa91d0fbb5ea363b5febb367d602dbc56db Mon Sep 17 00:00:00 2001 From: Conley Owens Date: Wed, 18 Mar 2015 14:41:07 -0700 Subject: [PATCH] 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 --- repo | 4 ++-- 1 file 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' # limitations under the License. # increment this whenever we make important changes to this script -VERSION = (1, 21) +VERSION = (1, 22) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (1, 2) @@ -102,7 +102,7 @@ JuinEP+AwLAUZ1Bsx9ISC0Agpk2VeHXPL3FGhroEmoMvBzO0kTFGyoeT7PR/BfKv """ GIT = 'git' # our git command -MIN_GIT_VERSION = (1, 7, 2) # minimum supported git version +MIN_GIT_VERSION = (1, 8, 2) # minimum supported git version repodir = '.repo' # name of repo's private directory S_repo = 'repo' # special repo repository S_manifests = 'manifests' # special manifest repository