A simple browser for Git repositories

Clone this repo:
  1. 60fcf46 Merge "Add paths_only projection to the recursive tree JSON API" by George Engelbrecht · 18 hours ago master
  2. 4f81551 Add paths_only projection to the recursive tree JSON API by George Engelbrecht · 8 days ago
  3. 0d4f885 Render unchanged diff lines as grey instead of yellow by Sam Saccone · 3 days ago
  4. e5135e3 Bazel: Package stamped JGit only in the Gitiles WAR by David Ostrovsky · 5 days ago
  5. 77d36f6 Merge "Support code blocks within markdown tables" by Sam Saccone · 10 days 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.