Update JGit to c89601f

and repin dependencies.

$ git log --oneline --no-merges c46df0c..c89601f
0c4bb4039 Update jna to 5.19.1
b05364919 DfsObjDatabase: expose method to translate descriptions to PackList
476c6a5c7 Checkout: Reduce temp filename truncation from 200 to 50 chars
1c6d8987c Update jetty to 12.1.10
60880a27d Update apache mina-sshd to 2.18.0
5a995932e Update jna to 5.19.0
4d9cc4caa Update bytebuddy to 1.18.10
2972195ae Prepare 7.8.0-SNAPSHOT builds
11b7c3500 Prepare 7.7.1-SNAPSHOT builds
e15d6597f JGit v7.7.0.202606012155-r
a14a4be39 Log loose ref deletion during ref cleanup

Change-Id: I689d14d980c7b282ec70c420be91143e26d2d9fc
2 files changed
tree: 26d5ed5d6674b241955c514df8b0bda728206d95
  1. .settings/
  2. Documentation/
  3. java/
  4. javatests/
  5. lib/
  6. modules/
  7. resources/
  8. tools/
  9. .bazelignore
  10. .bazelrc
  11. .bazelversion
  12. .gitignore
  13. .gitmodules
  14. .mailmap
  15. .zuul.yaml
  16. BUILD
  17. COPYING
  18. external_deps.lock.json
  19. fake_pom_deploy.xml
  20. MODULE.bazel
  21. MODULE.bazel.lock
  22. navbar.md
  23. README.md
  24. 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 gerrit's issue tracker to file bugs.

Contributing to Gitiles

Please refer to the Developer Guide.