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
tree: 55dc2a291029f5fe9bcf8108560c152531a13fef
  1. .settings/
  2. Documentation/
  3. java/
  4. javatests/
  5. lib/
  6. resources/
  7. tools/
  8. .bazelrc
  9. .bazelversion
  10. .gitignore
  11. .mailmap
  12. BUILD
  13. COPYING
  14. fake_pom_deploy.xml
  15. navbar.md
  16. README.md
  17. version.bzl
  18. WORKSPACE
README.md

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.