We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13ac6b6 + bdf2e66 commit c1f56f7Copy full SHA for c1f56f7
lib/git/tree.py
@@ -45,7 +45,7 @@ def content_from_string(repo, text):
45
``git.Blob`` or ``git.Tree``
46
"""
47
try:
48
- mode, typ, id, name = text.expandtabs(1).split(" ", 4)
+ mode, typ, id, name = text.expandtabs(1).split(" ", 3)
49
except:
50
return None
51
0 commit comments