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 b164ffc commit cbc6535Copy full SHA for cbc6535
git-filter-repo
@@ -941,7 +941,7 @@ class FastExportParser(object):
941
# Compile some regexes and cache those
942
self._mark_re = re.compile(br'mark :(\d+)\n$')
943
self._parent_regexes = {}
944
- parent_regex_rules = (b' :(\d+)\n$', b' ([0-9a-f]{40})\n')
+ parent_regex_rules = (br' :(\d+)\n$', br' ([0-9a-f]{40})\n')
945
for parent_refname in (b'from', b'merge'):
946
ans = [re.compile(parent_refname+x) for x in parent_regex_rules]
947
self._parent_regexes[parent_refname] = ans
0 commit comments