A simple browser for Git repositories

Clone this repo:
  1. c7f7328 LogDetail: update to use "&&" over "and" by Xing Huang · 4 days ago master
  2. 4ea413d BlameCacheImpl: making loadRegions() public by Xing Huang · 4 days ago
  3. 386712e Region: making getEnd() public by Xing Huang · 5 days ago
  4. 84fb315 Add link to file view for creating a Gerrit change/edit by Ilmari Lauhakangas · 9 months ago
  5. c27f65e DevServer: Fix compilation error for getUserKey by Jack Rosenthal · 6 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 the issue tracker at github to file bugs.

Contributing to Gitiles

Please refer to the Developer Guide.