Commit 174faa9
authored
Fix remote-update parsing issue when updating shallow submodules
The line that now parses correctly looks like:
```
=5 = [up to date] zm/160_uwp -> origin/zm/160_uwp
```
Note the `=5 ` in the example, which is now ignored.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
0 commit comments