diff options
Diffstat (limited to 'git_command.py')
-rw-r--r-- | git_command.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/git_command.py b/git_command.py index 09ed1a79..1ec7c3ed 100644 --- a/git_command.py +++ b/git_command.py | |||
@@ -33,17 +33,6 @@ from wrapper import Wrapper | |||
33 | 33 | ||
34 | 34 | ||
35 | GIT = "git" | 35 | GIT = "git" |
36 | # NB: These do not need to be kept in sync with the repo launcher script. | ||
37 | # These may be much newer as it allows the repo launcher to roll between | ||
38 | # different repo releases while source versions might require a newer git. | ||
39 | # | ||
40 | # The soft version is when we start warning users that the version is old and | ||
41 | # we'll be dropping support for it. We'll refuse to work with versions older | ||
42 | # than the hard version. | ||
43 | # | ||
44 | # git-1.7 is in (EOL) Ubuntu Precise. git-1.9 is in Ubuntu Trusty. | ||
45 | MIN_GIT_VERSION_SOFT = (1, 9, 1) | ||
46 | MIN_GIT_VERSION_HARD = (1, 7, 2) | ||
47 | GIT_DIR = "GIT_DIR" | 36 | GIT_DIR = "GIT_DIR" |
48 | 37 | ||
49 | LAST_GITDIR = None | 38 | LAST_GITDIR = None |