There was an error while loading. Please reload this page.
2 parents 2c59419 + 9563d27 commit 83017bcCopy full SHA for 83017bc
1 file changed
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