Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2feb62

Browse files
committed
Apparently, git 1.7.9 supports git-files too, lets assume it's starting at 1.7.0
1 parent38fc944 commite2feb62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎git/objects/submodule/base.py

Lines changed: 1 addition & 2 deletions
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-
returngit.version_info[:3]>= (1,7,10)
139+
returngit.version_info[:3]>= (1,7,0)
141140

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp