Release candidate for v1.0
Switch to javax.servlet:3.1.0

Implement new required methods for Servlet 3.1 in test classes:
  Servlet 3.1 introduces several new abstract methods on interfaces or
  classes that existed in servlet 2.5. Provide a mimimal, throwing
  implementation that largely allows servlet 2.5-written classes to
  compile and run using servlet 3.1.

PiperOrigin-RevId: 417877794
Change-Id: I9fe856fab678ede1b58dd7c0731bc5ed5927ed49
7 files changed
tree: 9af5390f7d40d1c53b490bcb954cfcb5d6ad84ff
  1. .bazelrc
  2. .bazelversion
  3. .gitignore
  4. .gitmodules
  5. .mailmap
  6. .settings/
  7. BUILD
  8. COPYING
  9. Documentation/
  10. README.md
  11. WORKSPACE
  12. fake_pom_deploy.xml
  13. java/com/google/gitiles/
  14. javatests/com/google/gitiles/
  15. lib/
  16. modules/
  17. navbar.md
  18. resources/
  19. tools/
  20. version.bzl
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.