diff options
Diffstat (limited to 'git_command.py')
-rw-r--r-- | git_command.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git_command.py b/git_command.py index dc542c36..5017ea9b 100644 --- a/git_command.py +++ b/git_command.py | |||
@@ -28,7 +28,8 @@ from repo_trace import REPO_TRACE, IsTrace, Trace | |||
28 | from wrapper import Wrapper | 28 | from wrapper import Wrapper |
29 | 29 | ||
30 | GIT = 'git' | 30 | GIT = 'git' |
31 | MIN_GIT_VERSION = (1, 5, 4) | 31 | # Should keep in sync with the "repo" launcher file. |
32 | MIN_GIT_VERSION = (2, 10, 2) | ||
32 | GIT_DIR = 'GIT_DIR' | 33 | GIT_DIR = 'GIT_DIR' |
33 | 34 | ||
34 | LAST_GITDIR = None | 35 | LAST_GITDIR = None |