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
Currently we clone the temp repository, but I think the better approach might be to simply do an init and then immediately fetch with only the required refspecs. It looks like this is the approach cargo is taking.
I'm attempting to test #978 and noticed I seem unable to fetch any reference other than
master
π΅βπ«.We must be missing a fetch operation for the particular branch, or perhaps an argument to the clone operation, or something along these lines.
I'll address this as a part of #978.
The text was updated successfully, but these errors were encountered: