| commit | 36e38aee6d05f421067659c68b6dfd94bdb6a883 | [log] [tgz] |
|---|---|---|
| author | David Pursehouse <dpursehouse@collab.net> | Fri Dec 06 09:51:47 2019 +0900 |
| committer | David Pursehouse <dpursehouse@collab.net> | Fri Dec 06 09:51:47 2019 +0900 |
| tree | 55dc2a291029f5fe9bcf8108560c152531a13fef | |
| parent | 2ab0f9fbdbb970f0c16f93b65a6a4dcd5a18ff95 [diff] | |
| parent | 21fe1e90cac7105580733f8bb7c729d2aa26dbe2 [diff] |
Merge branch 'stable-0.2-7' into stable-0.2
* stable-0.2-7:
Set version to 0.2-7.1
Fix formatting of Soy files
Bump bazel version to 1.2.0
Backport all build-related commits from master to stable-0.2
Enable more error-prone checks
Enable error-prone checks by default
Update bazel options to align with gerrit's
tools/eclipse/project.sh: Use bazel query to find project.py
Harmonize build rule names to use hyphen instead of underscore
Check BLOB content size before trying to render it
BlameCacheImpl: Avoid NPE if path does not exist
Navbar: Fix handling of [home] and [logo] metalinks
Don't render navbar.md metadata in html
Format with google-java-format 1.7
Do not retain body in RevisionParser walk
Remove unnecessary parseBody call from LogServlet
Ensure RevTag is parsed before using its body
Ensure RevCommit is parsed before using its content
Require a RevWalk when building CommitData
Convert /** @param */ to {@param} in Soy.
RefServlet: Use full refname in link
Automatically format all build files with buildifier lint mode
Change-Id: I8b140d3893d45370e7e8141e980048cd2ad292f5
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.
Gitiles is configurable in a git-style configuration file named gitiles.config. Refer to the configuration documentation for details.
Use the issue tracker at github to file bugs.
Please refer to the Developer Guide.