summaryrefslogtreecommitdiffstats
path: root/git_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_command.py')
-rw-r--r--git_command.py11
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
35GIT = "git" 35GIT = "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.
45MIN_GIT_VERSION_SOFT = (1, 9, 1)
46MIN_GIT_VERSION_HARD = (1, 7, 2)
47GIT_DIR = "GIT_DIR" 36GIT_DIR = "GIT_DIR"
48 37
49LAST_GITDIR = None 38LAST_GITDIR = None