Renaming master -> main
Today I'm renaming lego's default branch from master to main (context: team#5 (closed))
I'm not sure if gitlab or gitweb is the canonical source for lego, so I'll be renaming both. First I'll rename gitlab to get anarcat's nice script to edit any MRs and issues that reference master, then I'll rename gitweb to make sure both remotes are synced.
After the rename I'll be checking all the lego projects to make sure none of them explicitly reference the master branch, and I'll fix any that are.
After this rename you'll need to change the remote your local branch is tracking:
git branch master -u origin/main
And you can optionally rename your local branch:
git branch -m master main
After the rename, I'll leave this issue up for about a week to make sure people see it if they run into issues with the rename.