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

Commit3d74543

Browse files
committed
Adjust minimum git version with git-file support.
As I am pretty sure to have tested it with 1.7.0, I assume theyadded the git file feature somewhere between .0 .10.Fixesgitpython-developers#252
1 parent346424d commit3d74543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎git/objects/submodule/base.py

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

137137
@classmethod
138138
def_need_gitfile_submodules(cls,git):
139-
returngit.version_info[:3]>= (1,8,0)
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)
140141

141142
def__eq__(self,other):
142143
"""Compare with another submodule"""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp