A simple tool that parse a git repo and generates statistics based on the same.
java -jar githistoryloader-1.0.jar git_repo_directory
- The tool will parse the repo directory provided.
- The branch will be the current git branch the repo directory is set to.
- The git data is parsed and loaded to a in-memory database.
- The reports are produced out of the data in the database.
- The reports are accessible using the url http://hostname:8080/
Note: Java 8 is a prerequisite.