Gitblit is an open source, pure Java Git solution for managing, viewing, and serving Git repositories.
More information about Gitblit can be found here.
Gitblit is distributed under the terms of the Apache Software Foundation license, version 2.0.
The text of the license is included in the file LICENSE in the root of the project.
GitHub pull requests are preferred. Any contributions must be distributed under the terms of the Apache Software Foundation license, version 2.0.
Gitblit requires at Java 7 Runtime Environment (JRE) or a Java 7 Development Kit (JDK).
Read the online documentation available at the Gitblit website
Issues, binaries, & sources @ Google Code
Gitblit uses submodules.
Make sure to clone using --recursive
OR to execute git submodule update --init --recursive
.
Eclipse is recommended for development as the project settings are preconfigured.
build.xml
script in the project root.com.gitblit.tests.GitBlitSuite
test suite.MX_COLOR
environment variable before executing Ant.set MX_COLOR=true