Removing non-inclusive language in git
未关闭
还没有人认领这个 Issue。
- 主要语言
- C
- 星标
- 10.6k
- 派生
- 2.7k
- PR 合并指标
- 30 天内没有已合并 PR
描述
Git itself is tracking work to reduce the non-inclusive terminology within the project, and changing the default branch name in particular.
Obviously, libgit2 needs to align with changes made in core git for compatibility across the ecosystem.
This issue will track work to get there.
- Respect
init.defaultBranch#5581 - Change default default branch name to match git's
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查看 issue 中链接的 Git 核心参考资料以及 #5581 中已完成的工作。确定用于选择默认分支名称的 libgit2 入口点;完成的标准是它与 Git 的默认值一致,并保持整个生态系统的兼容性。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- c
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100