diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ TACbBS+Up3RpfYVfd63c1cDdlru13pQAn3NQy/SN858MkxN+zym86UBgOad2 | |||
86 | """ | 86 | """ |
87 | 87 | ||
88 | GIT = 'git' # our git command | 88 | GIT = 'git' # our git command |
89 | MIN_GIT_VERSION = (1, 7, 2) # minimum supported git version | 89 | MIN_GIT_VERSION = (2, 10, 2) # minimum supported git version |
90 | repodir = '.repo' # name of repo's private directory | 90 | repodir = '.repo' # name of repo's private directory |
91 | S_repo = 'repo' # special repo repository | 91 | S_repo = 'repo' # special repo repository |
92 | S_manifests = 'manifests' # special manifest repository | 92 | S_manifests = 'manifests' # special manifest repository |