获取存储库的所有贡献者的提交历史记录

时间:2015-08-23 09:24:26

标签: api github

有没有办法获取添加,删除行的git仓库的所有贡献者的提交历史记录。

目前统计数据api提供了前100名贡献者的统计数据,但不是每个人。 https://developer.github.com/v3/repos/statistics/https://api.github.com/repos/saltstack/salt/stats/contributors

1 个答案:

答案 0 :(得分:1)

仅通过GitHub API就不会超过100个:请参阅“How can I get more than 100 results from GitHub API v3 using “github_api” gem?” 结果的上限为100。

您需要顶部克隆仓库,然后show the number of changed lines per author in git 或使用像gitinspector这样的工具:

http://wiki.gitinspector.googlecode.com/git/images/html_example.jpg