A simple browser for Git repositories

Clone this repo:
  1. c0094a9 Merge "Add ability to set base path in dev mode" by Adithya Chakilam · 28 hours ago master
  2. 0a3493e Merge "Update JGit to d6923d6994df" by Matthias Sohn · 8 days ago
  3. 8721852 Update JGit to d6923d6994df by Matthias Sohn · 9 days ago
  4. b1b8c4a Add ability to set base path in dev mode by Adithya Chakilam · 5 weeks ago
  5. 38a4daf Document that compressed archive of a folder can be downloaded by Matthias Sohn · 3 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 gerrit's issue tracker to file bugs.

Contributing to Gitiles

Please refer to the Developer Guide.