You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments