CARVIEW |
Select Language
HTTP/2 200
cache-control: no-cache, no-store, max-age=0, must-revalidate
content-security-policy: script-src 'report-sample' 'nonce-vLaRFfhpGH8nUwwjXi3Zdw' 'unsafe-inline' 'strict-dynamic' https: http: 'unsafe-eval';object-src 'none';base-uri 'self';report-uri https://csp.withgoogle.com/csp/gerritcodereview/1
content-type: text/html; charset=utf-8
date: Mon, 21 Jul 2025 21:22:49 GMT
expires: Mon, 01 Jan 1990 00:00:00 GMT
pragma: no-cache
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 0
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
gitiles - Git at Google More...
gerrit / gitiles
A simple browser for Git repositories
Clone this repo:
Branches
- 06b65fd LogServlet: enable Commit Graph and Bloom Filter serving by Xing Huang · 4 months ago master
- 6b3b134 Update jgit to f693c0478 (latest servlet-4 branch) by Xing Huang · 4 months ago
- 0d2b179 Prepare release 1.6.0 by Matthias Sohn · 5 months ago v1.6.0
- 9d7a427 Update jgit to 2d8777536 (servlet-4 branch) by Matthias Sohn · 5 months ago
- 946a41d Bump minimum Java version to 17 and add Java 21 build by Matthias Sohn · 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 gerrit's issue tracker to file bugs.
Contributing to Gitiles
Please refer to the Developer Guide.