It is all so fucking stupid....
Archive: https://archive.today/xARC0
From the post:
>We will be renaming the default branch of the rust-lang/rust repository from master to main on 2025-11-10. We've chosen main specifically as it's the default for newly-created repositories in GitHub and the renaming will leverage the GitHub tooling built to make this easier.
If you maintain a tool that currently assumes the default branch of rust-lang/rust is named master, using HEAD instead will work both before and after the rename.
After the rename, contributors will need to run the following commands in their local checkout of the repository, assuming that your remote registry is called origin:
It is all so fucking stupid....
Archive: https://archive.today/xARC0
From the post:
>>We will be renaming the default branch of the rust-lang/rust repository from master to main on 2025-11-10. We've chosen main specifically as it's the default for newly-created repositories in GitHub and the renaming will leverage the GitHub tooling built to make this easier.
If you maintain a tool that currently assumes the default branch of rust-lang/rust is named master, using HEAD instead will work both before and after the rename.
After the rename, contributors will need to run the following commands in their local checkout of the repository, assuming that your remote registry is called origin: