-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only fetch the master branch of the registry index #4016
Comments
I believe this should be easy enough to implement, so I'm going to tag as E-easy. If anyone would like any assistance though with this please let me know! |
I've got this implemented locally in a branch that also implements #4015 |
Oh, I was just pushing this for a PR ;) |
Oh sorry about that @rsertelon! If you want to send a PR though it may take me a bit to collect the data to justify the one I'm writing, no harm in having two! |
Should I proceed or not? Given that this is not so much of a big change ^^ (t'was my first attempt at contributing to rust :)) |
ok, moving forward with my PR then! |
…chton Fetch only master branch of the registry index Should close #4016
Right now Cargo clones all branches of the index today when it updates. There's only one branch so this isn't so bad but we may one day add more branches.
Let's update the refspec we fetch and only fetch the master branch.
The text was updated successfully, but these errors were encountered: