v0.2-12
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQJLBAABCgA1FiEECnaesFM5uTvdiZXtDDr2ZJ/8IQIFAl5GTx0XHGRwdXJzZWhv
dXNlQGNvbGxhYi5uZXQACgkQDDr2ZJ/8IQJtag//eUQZMyEdPWpFFfqTlhbUPS5C
i7GSaGf25OzrD0MZ1dpD2TcmHnqTJ9FbbPFK2Ne4jjxwQwZ/zf6N61ET3ejq7eKX
XikHEpuKmyImcHc7z288xxpPTRkrMZz4kIOJ3ueJN2Zetw1puhQUk28celXdDKqH
QEwGfEglJcEurRXmQZdcIrwycP0rHHW81PDedSTIx54LxVpPFB4XnG4pN2y8eW3U
Ba7YTCi8G4dDe0jfBo5FOK0cRJopq4tY/cT4qU43xb3EfWCJClU9uTfu/IRJhEvT
VuBxmkSmKo3u3yUTMspS738KcNHPPCJsCMoVYcV5N9zrTioMUf20vdUL5rDE6j6F
Y/QeCtH9bri+ZosO+XHyp2exaI3XJOf4u3ZYO3gL7U+29POBCz0BBwP+XJ87eAHt
LQlWOtRWdKe7zbjXtodxzuyw05WKFquTSO26Tzmfeuj+LfOgqxmC4kKdDxxAqUkr
umjLCMtVKh9HDwfy/7Wf55b0L5AduXauWFQ4aYPz1iy5Qt+oLyH8yZ/ZDpn5no8d
9d7WSqGA50ZHzpcnMdAFFNrIvwXmcNtim2JHg5wJXHbtylUaqC0GDEJAb2vSJvsu
8YtIeSJMHnYb3RAnmBy0T1YpmwCjHCUe6fL/gSFuZDt+QqovqjxSi63D1/DFRhsi
85BmogsrpfL9ediYZrU=
=HKf6
-----END PGP SIGNATURE-----
Bump version to 0.2-12

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