A simple browser for Git repositories

Clone this repo:
  1. 3dda899 Update dependencies to match the versions in gerrit core by David Ostrovsky · 5 weeks ago master
  2. acf2a19 Document how to provide custom styling in soy template by Daniele Sassoli · 3 months ago
  3. f4cbf4b Bump version to 1.2.0 by Gavin Mak · 4 months ago
  4. 48c55c1 Merge "Docs: Use semantic versioning compatible tag example" by Nasser Grainawi · 4 months ago
  5. 717a30f Support reading gitlinks by Gavin Mak · 5 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.