Release gitiles 1.4.0
Bump version to 1.4.0

Changes since 1.3.0:

$ git log --oneline --no-merges v1.3.0..HEAD
f506980 Upgrade soy to 2023-12-13
10f92e0 Add fuller template for gitiles pretty logging
9dd1a2e Reapply "Soy: bump version and use new "??" operator"
70d9a1b Migrate usages of `and`/`or` to `&&`/`||`.
1946930 Revert "Soy: bump version and use new "??" operator"
b49a952 Common.soy: make explictely nullable the css parameter
3cc3548 Soy: bump version and use new "??" operator
d62af25 Enable more errorprone patterns
484ec1a Update bazel to 6.3.2
1210230 [errorprone] Fix JavaUtilDate
cf746f0 Update JGit to dc27dbd2f
d8e7ffb [errorprone] Fix see InvalidInlineTag
e2e3c6a [errorprone] Fix BadImport
ba9eb87 [errorprone] Fix EscapedEntity
8516506 Improve tools/run_dev.sh to allow custom flags
0f85ecb [errorprone] Remove unnecessary parentheses
c156c96 [errorprone] Annotate method returning null as nullable
30ea267 [errorprone] Remove null check for value which cannot be null
4a11466 [errorprone] Suppress AnnotateFormatMethod
0cda867 [errorprone] Fix empty javadoc block tags
010d3c3 [errorprone] Use Guava Splitter to avoid String#split
d5ce821 [errorprone] Annotate method formatting string
a0d00c5 [errorprone] Add missing javadoc summary
97196ea Update java-prettify to 32fa081a797a

Change-Id: I4f9a80d1027ba98e99e913b58bf7536fba51ed5d
1 file changed
tree: 1f6eb82acc6d316b896461d35f06682660fb95ad
  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.