提取GIT存储库的信息

时间:2014-06-04 12:57:06

标签: java json git rest github

我正在尝试从“普通”git(远程)存储库中提取信息。

考虑https://github.com/jquery/jquery。您可以找到以下信息:

tjvantoll authored Friday at 10:13 PM
timmywil committed Monday at 10:43 PM

build    Release: ensure Sizzle is the latest tag                 12 days ago
src      Wrap: Declare a dependency on the manipulation module    2 days ago
test     Ajax: Support usage without jQuery.event                 2 days ago
[...]

我需要这样的信息,但是从git存储库,而不是仅仅来自github。我可以使用JGit,REST,JSON或其他东西来获取这些信息并解析它们的作者,网址,日期等吗?  是否有getAuthor(),getLastCommit(),getDate()等方法?

1 个答案:

答案 0 :(得分:2)

您可以查看https://developer.github.com/v3/repos/commits/获取JSON - 它会返回所有提交