Gitiles is a simple browser for Git repositories
It is based on JGit and uses Google Closure Templates as a templating
language. Access to underlying repositories is based on a few simple
interfaces; currently, there is only a simple disk-based
implementation, but other implementations are possible.
Features include viewing repositories by branch, shortlogs, showing
individual files and diffs with syntax highlighting, with many more
planned.
The application itself is a standard Java servlet and is configured
primarily via a git config format file. Deploying the WAR in any
servlet container should be possible.
In addition, a standalone server may be run with jetty-maven-plugin
with `mvn package && mvn jetty:run`.
Change-Id: I0ab8875b6c50f7df03b9a42b4a60923a4827bde7
86 files changed