| 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-5IlKcoV26BM_Rx3ZOa96Jg' '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: Fri, 26 Dec 2025 07:03:15 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
- fbbb296 Fix package WAR missing failureaccess JAR by liyang · 3 months ago master
- 97d418e Fix edit link when base URL has a path by Antoine Musso · 3 months ago
- b89ae94 Tests: update path prefix in git urls by Antoine Musso · 3 months ago
- c0094a9 Merge "Add ability to set base path in dev mode" by Adithya Chakilam · 4 months ago
- 0a3493e Merge "Update JGit to d6923d6994df" by Matthias Sohn · 4 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.