A simple browser for Git repositories

Clone this repo:
  1. d084706 Bump Jetty to 12.1.10 (preserve javax.servlet via jetty-ee8 adapter) by David Ostrovsky · 14 days ago master
  2. e1ace85 Update JGit to c46df0c50 and update MODULE.bazel.lock by Matthias Sohn · 5 days ago
  3. 77214a2 Bazel: Bump to 9.1.0 by David Ostrovsky · 3 weeks ago
  4. 4fdf612 Migrate to Bazel modules by David Ostrovsky · 3 weeks ago
  5. 60e7e35 Update protobuf-java to 4.33.4 to match Gerrit by David Ostrovsky · 3 months ago

Gitiles - A simple JGit repository browser

Gitiles is a simple repository browser for Git repositories, built on JGit. Its guiding principle is simplicity: it has no formal access controls, no write access, no fancy Javascript, etc.

Gitiles automatically renders *.md Markdown files into HTML for simplified documentation. Refer to the Markdown documentation for details.

Configuration

Gitiles is configurable in a git-style configuration file named gitiles.config. Refer to the configuration documentation for details.

Bugs

Use gerrit's issue tracker to file bugs.

Contributing to Gitiles

Please refer to the Developer Guide.