GitHub是否考虑将.mailmap用作贡献图
有一个git repo,其中有不正确的贡献者及其贡献.回购很少有来自不同电子邮件和别名的提交,我们添加了 .mailmap
来解决此问题.
Have got a git repo with incorrect contributors and their contributions. Repo has few commit's from different emails and alias name and we have added .mailmap
to resolve this issue.
Shortlog可以识别 .mailmap
并相应地对贡献进行分组,但它不会在GitHub上反映出来.GitHub是否考虑 .mailmap
文件,还是我们必须等待GitHub重新运行图形.
Shortlog recognizes .mailmap
and groups contributions accordingly, but it doesn't reflect on GitHub. Does GitHub consider .mailmap
file or should we have to wait for GitHub re-run the graph.
git shortlog -sne
注意:我们已经等待了24小时
Note: We have waited for 24 hours already
Github考虑使用.mailmap文件进行贡献,并且更新贡献者图和脉搏需要花费时间(在我们的示例中为24-36小时)
Github considers .mailmap file for contributions and it takes time to update contributors graph and pulse (in our case it was 24 - 36 hours )