A simple browser for Git repositories

Clone this repo:
  1. 3e7f302 Merge "Fix source, log and blame URLs not showing in Markdown doc footers" by Nasser Grainawi · 9 hours ago master
  2. ace68b4 Document enabling edit links by setting gerritUrl by Ilmari Lauhakangas · 6 days ago
  3. 04b5095 Fix source, log and blame URLs not showing in Markdown doc footers by Ilmari Lauhakangas · 6 days ago
  4. 77c2325 Format sources using google-java-format 1.24.0 by Matthias Sohn · 13 days ago
  5. f7892be Bump version to 1.5.0 by Kaushik Lingarkar · 2 weeks ago v1.5.0

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 the issue tracker at github to file bugs.

Contributing to Gitiles

Please refer to the Developer Guide.