A simple browser for Git repositories

Clone this repo:
  1. cbc954b Merge "Cache sorted ref lists in CommitData.getRefsById" by Nasser Grainawi · 35 hours ago master
  2. acd743f Merge "Add markdown.frontmatter option to strip YAML front matter" by Nasser Grainawi · 2 days ago
  3. 2151f53 Cache sorted ref lists in CommitData.getRefsById by Ajay Gupta · 9 days ago
  4. f2bd57f Merge "Avoid scanning every ref to render the commit log" by Nasser Grainawi · 9 days ago
  5. e4dcf3a Add markdown.frontmatter option to strip YAML front matter by Alexander Daryin · 9 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.