Modernize terminology #3

Open
opened 2020-08-17 03:22:00 -05:00 by DarkFeather · 4 comments
Owner

We should modernize our terminology to follow the times.

  • Use blocklist/allowlist instead of blacklist/whitelist, following a Linux mailing list
  • Use main instead of master for the central branch, following GitLab/GitHub
    • We expect this one to cause some breakage with Maat Builder -- manual intervention is likely to be required, but can be as simple as removing all source directories.
    • We can effect this with git branch -m master main && git push -u origin main.
    • Gitea will need some cleanup afterwards by going to /settings/branches and setting the default branch to main before git push --delete origin master.

This issue will be updated if any other terms are found/proposed. Close criteria are completed remediation of complaints and no new complaints for 90 days.

We should modernize our terminology to follow the times. * Use blocklist/allowlist instead of blacklist/whitelist, following a [Linux mailing list](http://lkml.iu.edu/hypermail/linux/kernel/2006.1/03879.html) * Use main instead of master for the central branch, following [GitLab/GitHub](https://gitlab.com/gitlab-org/gitlab/-/issues/221164) * * We expect this one to cause some breakage with [Maat Builder](https://maat.aninix.net) -- manual intervention is likely to be required, but can be as simple as removing all source directories. * * We can effect this with `git branch -m master main && git push -u origin main`. * * Gitea will need some cleanup afterwards by going to /settings/branches and setting the default branch to main before `git push --delete origin master`. This issue will be updated if any other terms are found/proposed. Close criteria are completed remediation of complaints and no new complaints for 90 days.
DarkFeather self-assigned this 2020-08-17 03:22:01 -05:00
DarkFeather added the due date 2020-11-17 2020-08-17 03:22:28 -05:00
DarkFeather added the
In-progress
label 2020-08-17 03:22:40 -05:00
DarkFeather changed title from Modernize terminology. to Modernize terminology 2020-08-17 03:31:20 -05:00
Author
Owner

We should watch for Gitea to implement some feature to set the default branch name like GitLab.

We should watch for Gitea to implement [some feature to set the default branch name like GitLab](https://gitlab.com/gitlab-org/gitlab/-/issues/221013).
Author
Owner

master->main conversions completed, for the most part.

master->main conversions completed, for the most part.
Author
Owner

Update: confirmed that Gitea allows setting the default branch name now.

Update: confirmed that Gitea allows setting the default branch name now.
Author
Owner
Updated blog post from GitLab: https://about.gitlab.com/blog/2021/03/10/new-git-default-branch-name/
Sign in to join this conversation.
No description provided.