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 ac36642 + bdf2e66 commit 2b93f2aCopy full SHA for 2b93f2a
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