summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index d6ce48ed..0b870731 100755
--- a/repo
+++ b/repo
@@ -86,7 +86,7 @@ TACbBS+Up3RpfYVfd63c1cDdlru13pQAn3NQy/SN858MkxN+zym86UBgOad2
86""" 86"""
87 87
88GIT = 'git' # our git command 88GIT = 'git' # our git command
89MIN_GIT_VERSION = (1, 7, 2) # minimum supported git version 89MIN_GIT_VERSION = (2, 10, 2) # minimum supported git version
90repodir = '.repo' # name of repo's private directory 90repodir = '.repo' # name of repo's private directory
91S_repo = 'repo' # special repo repository 91S_repo = 'repo' # special repo repository
92S_manifests = 'manifests' # special manifest repository 92S_manifests = 'manifests' # special manifest repository