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: don't unconditionally stuff fetch-specs if these are already present.
Previously, we'd always add 'default' refspecs, even though ref-specs
might already have been present.
Now we only do this if there were no refspecs prior, and that might
still be more than Git does. I wonder where this requirement came from,
except that it might help with tests.
0 commit comments