We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623aa6e commit a9593c7Copy full SHA for a9593c7
git/remote.py
@@ -316,7 +316,7 @@ class FetchInfo(IterableObj):
316
ERROR,
317
) = [1 << x for x in range(8)]
318
319
- _re_fetch_result = re.compile(r"^ *(.) (\[[\w \.$@]+\]|[\w\.$@]+) +(.+) -> ([^ ]+)( \(.*\)?$)?")
+ _re_fetch_result = re.compile(r"^ *(?:.{0,3})(.) (\[[\w \.$@]+\]|[\w\.$@]+) +(.+) -> ([^ ]+)( \(.*\)?$)?")
320
321
_flag_map: Dict[flagKeyLiteral, int] = {
322
"!": ERROR,
0 commit comments