Replace joda-time with Java 8 time API

In the Gerrit project we have replaced joda-time with the Java 8
time API. Do the same in Gitiles.

Change-Id: If4cd80167526cbb412f97ef1fce34809941e1d6b
7 files changed
tree: be24a258eccf44fe63400f23a6555d837ad86a8a
  1. .gitignore
  2. .mailmap
  3. .settings/
  4. BUILD
  5. COPYING
  6. Documentation/
  7. README.md
  8. WORKSPACE
  9. fake_pom_deploy.xml
  10. java/com/google/gitiles/
  11. javatests/com/google/gitiles/
  12. lib/
  13. navbar.md
  14. resources/
  15. tools/
  16. 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.