Skip to content

Navigation Menu

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

Appearance settings

Commit 6fdb6a5

Browse filesBrowse files
author
Julien Pivotto
committed
gic {init,clone} --separate-git-dir is supported only since 1.7.5
Without this commit the update() function of a submodule does not work in CentOS 6.
1 parent 1883eb9 commit 6fdb6a5
Copy full SHA for 6fdb6a5

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎git/objects/submodule/base.py

Copy file name to clipboardExpand all lines: git/objects/submodule/base.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def _get_intermediate_items(self, item):
137137

138138
@classmethod
139139
def _need_gitfile_submodules(cls, git):
140-
return git.version_info[:3] >= (1, 7, 0)
140+
return git.version_info[:3] >= (1, 7, 5)
141141

142142
def __eq__(self, other):
143143
"""Compare with another submodule"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.