Bump version to 1.5.0

Changes since 1.4.0:

$ git log --oneline --no-merges v1.4.0..HEAD
daf7aac Bump version to 1.5.0
134f312 Bump JGit to stable-6.10
3cc31b2 Remove an unneeded use of the LoggingAdvisingAppendable api
e1f30cb Update JGit to 692ccfc0c (stable-6.10)
c75eb8d Update bazlets to de7597593918677465f8ef4330a62f0b9a50f81c
83e5a1b VisibilityChecker: use #areAllReachable with a stream of starters
c7f7328 LogDetail: update to use "&&" over "and"
4ea413d BlameCacheImpl: making loadRegions() public
386712e Region: making getEnd() public
84fb315 Add link to file view for creating a Gerrit change/edit
c27f65e DevServer: Fix compilation error for getUserKey
3ad1997 tools/run_dev.sh: Allow specifying BAZEL
e15e8ff Update Soy templates to use the ! operator instead of 'not'.
37e5d8f update soy dependency to version 2024-01-30
2c42c55 DocServletTest: remove println
b69f574 add unit test for pretty=fuller query parameter
2e56e66 add unit test for Next button link in Log view
e4ae359 ensure that s= param is set correctly for previous link in log
132683b Bump Bazel version to 7.0.1
2527109 Bump bazlets version to 50f43f450f
125b70a If pretty=fuller set verbose to true
e1a001b Update JGit to b1cc74b75
2a5b48f Update jetty to 9.4.53.v20231009
14d8667 Update byte-buddy to 1.14.9
97502d9 Update org.mockito:mockito-core to 5.6.0
3122006 Update com.ibm.icu:icu4j to 74.2
89587aa Update ch.qos.reload4j:reload4j to 1.2.25
61570ba Update com.google.code.gson:gson to 2.10.1
76c4713 Update commons-codec:commons-codec to 1.16.0
071a314 Update com.googlecode.javaewah:JavaEWAH to 1.2.3
619b4a8 Update org.apache.commons:commons-compress to 1.25.0

Change-Id: Ic36fa3eb75028de1594c646c0267ef80a07531ac
1 file changed
tree: f3483ce603fd9ac07b74157991fc6955fc809ec8
  1. .settings/
  2. Documentation/
  3. java/
  4. javatests/
  5. lib/
  6. modules/
  7. resources/
  8. tools/
  9. .bazelrc
  10. .bazelversion
  11. .gitignore
  12. .gitmodules
  13. .mailmap
  14. .zuul.yaml
  15. BUILD
  16. COPYING
  17. fake_pom_deploy.xml
  18. navbar.md
  19. README.md
  20. version.bzl
  21. 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.