我正在尝试从“普通”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()等方法?