0

i am new to use Git, and Want to do analysis of any git commit log file. So want to read/ load the commit log history file from Git for any project using java. is there any standard way to doing this or any suggestion/approach to do this.

1
  • Do you have multiple Git repositories, that may or may not be Java projects? Commented Jul 5, 2016 at 19:41

1 Answer 1

1

You can use JGit. JGit is a "lightweight, pure Java library implementing the Git version control system". See: http://www.eclipse.org/jgit/

You may also want to have a look at jagged. jagged is an experimental java bindings to libgit2: jagged provides Java language bindings to libgit2, a native Git implementation. See: https://github.com/ethomson/jagged and: https://libgit2.github.com/

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.