A simple browser for Git repositories

Clone this repo:
  1. 77d36f6 Merge "Support code blocks within markdown tables" by Sam Saccone · 4 days ago master
  2. f74576d Support code blocks within markdown tables by Sam Saccone · 5 days ago
  3. a9409d9 Merge "Include PRETTIFY_CSS_URL on repository index landing page when README is present" by George Engelbrecht · 4 days ago
  4. 170bc1c Add dark mode theme support for Mermaid diagrams by George Engelbrecht · 5 days ago
  5. 875f065 Include PRETTIFY_CSS_URL on repository index landing page when README is present by George Engelbrecht · 5 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.