diff options
| author | Anthony King <anthonydking@slimroms.net> | 2015-03-28 19:33:59 +0000 |
|---|---|---|
| committer | Anthony King <anthonydking@slimroms.net> | 2015-03-30 21:53:25 +0000 |
| commit | cc1b1a703ddfc965c0375b80ac6900170fae9b13 (patch) | |
| tree | 08d71a177c3205d9df7df234852a58206ebc5161 | |
| parent | 9c76f67f13c033b67b23206798701548207dd880 (diff) | |
| download | git-repo-cc1b1a703ddfc965c0375b80ac6900170fae9b13.tar.gz | |
Revert "Change the min git version from 1.7.2 to 1.8.2"
This reverts commit 52b99aa91d0fbb5ea363b5febb367d602dbc56db.
Change-Id: I01d93704c92f7af1ca2b36dbc9509ee1290e2d3c
| -rwxr-xr-x | repo | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 |
| 23 | VERSION = (1, 22) | 23 | VERSION = (1, 21) |
| 24 | 24 | ||
| 25 | # increment this if the MAINTAINER_KEYS block is modified | 25 | # increment this if the MAINTAINER_KEYS block is modified |
| 26 | KEYRING_VERSION = (1, 2) | 26 | KEYRING_VERSION = (1, 2) |
| @@ -102,7 +102,7 @@ JuinEP+AwLAUZ1Bsx9ISC0Agpk2VeHXPL3FGhroEmoMvBzO0kTFGyoeT7PR/BfKv | |||
| 102 | """ | 102 | """ |
| 103 | 103 | ||
| 104 | GIT = 'git' # our git command | 104 | GIT = 'git' # our git command |
| 105 | MIN_GIT_VERSION = (1, 8, 2) # minimum supported git version | 105 | MIN_GIT_VERSION = (1, 7, 2) # minimum supported git version |
| 106 | repodir = '.repo' # name of repo's private directory | 106 | repodir = '.repo' # name of repo's private directory |
| 107 | S_repo = 'repo' # special repo repository | 107 | S_repo = 'repo' # special repo repository |
| 108 | S_manifests = 'manifests' # special manifest repository | 108 | S_manifests = 'manifests' # special manifest repository |
