Get the metadata for the first N commits in a remote Git repository

馋奶兔 提交于 2019-12-11 07:36:51

问题


Using the following GitHub API it is possible to get the metadata for the commits in a repository, ordered from the latest to the oldest

https://api.github.com/repos/git/git/commits

Is there a way to obtain similar metadata but in the reverse chronological order of commits, that is, starting with the oldest commits in the repository?

NOTE: I want to obtain such metadata without having to download the full repository.

Thanks

来源:https://stackoverflow.com/questions/48948949/get-the-metadata-for-the-first-n-commits-in-a-remote-git-repository

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!