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.
1 parent 2c59419 commit 9563d27Copy full SHA for 9563d27
git/objects/commit.py
@@ -445,7 +445,7 @@ def _deserialize(self, stream):
445
next_line = readline()
446
while next_line.startswith(b'mergetag '):
447
448
- while next_line.startswith(' '):
+ while next_line.startswith(b' '):
449
450
# end skip mergetags
451
0 commit comments