Skip to content

Commit e2feb62

Browse files
committed
Apparently, git 1.7.9 supports git-files too, lets assume it's starting at 1.7.0
1 parent 38fc944 commit e2feb62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git/objects/submodule/base.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ def _get_intermediate_items(self, item):
136136

137137
@classmethod
138138
def _need_gitfile_submodules(cls, git):
139-
# on debian wheezy, it seems to already support git files at this version. Maybe even earler, who knows
140-
return git.version_info[:3] >= (1, 7, 10)
139+
return git.version_info[:3] >= (1, 7, 0)
141140

142141
def __eq__(self, other):
143142
"""Compare with another submodule"""

0 commit comments

Comments
 (0)