Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个 git repo 有不正确的贡献者和他们的贡献。Repo 几乎没有来自不同电子邮件和别名的提交,我们已添加.mailmap以解决此问题。
.mailmap
Shortlog 会相应地识别.mailmap和分组贡献,但它不会反映在 GitHub 上。GitHub 是否考虑.mailmap文件或者我们是否必须等待 GitHub 重新运行图表。
git shortlog -sne
注意:我们已经等了24小时
Github 考虑 .mailmap 文件作为贡献,更新贡献者图表和脉冲需要时间(在我们的例子中是 24 - 36 小时)