A simple browser for Git repositories

Clone this repo:
  1. a37b23e Bump JGit to d5cc102e7 (stable-6.10) by Ivan Frade · 5 weeks ago master
  2. 30851aa VisibilityChecker: Remove deprecated variant of isReachableFrom by Ivan Frade · 7 weeks ago
  3. 6454234 VisibilityChecker#isReachableFrom: Remove unused param and exceptions by Ivan Frade · 7 weeks ago
  4. 9d90335 Merge "VisibilityCache/Checker: Use streams for the reachability starters" by Matthias Sohn · 7 weeks ago
  5. 3e7f302 Merge "Fix source, log and blame URLs not showing in Markdown doc footers" by Nasser Grainawi · 7 weeks 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.