A simple browser for Git repositories

Clone this repo:
  1. f2bd57f Merge "Avoid scanning every ref to render the commit log" by Nasser Grainawi · 2 days ago master
  2. e7402f5 Avoid scanning every ref to render the commit log by Ajay Gupta · 3 weeks ago
  3. bcbf5b0 Bazel: Move Gitiles off JGit servlet-4 via EE8 bridge by David Ostrovsky · 4 weeks ago
  4. a1a207b Update JGit to c89601f by Matthias Sohn · 4 weeks ago
  5. d084706 Bump Jetty to 12.1.10 (preserve javax.servlet via jetty-ee8 adapter) by David Ostrovsky · 7 weeks 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.