Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/gitiles
A simple browser for Git repositories.
https://github.com/google/gitiles
Last synced: 2 months ago
JSON representation
A simple browser for Git repositories.
- Host: GitHub
- URL: https://github.com/google/gitiles
- Owner: google
- License: other
- Archived: true
- Created: 2016-11-29T19:41:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T11:39:22.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T20:46:57.979Z (5 months ago)
- Language: Java
- Homepage: https://gerrit.googlesource.com/gitiles/
- Size: 3.5 MB
- Stars: 574
- Watchers: 58
- Forks: 174
- Open Issues: 110
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- my-awesome - google/gitiles - 03 star:0.6k fork:0.2k A simple browser for Git repositories. (Java)
README
# 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](/Documentation/markdown.md)
for details.## Configuration
Gitiles is configurable in a git-style configuration file named
`gitiles.config`. Refer to the [configuration documentation](/Documentation/config.md)
for details.## Bugs
Use the [issue tracker at github](https://github.com/google/gitiles/issues) to
file bugs.## Contributing to Gitiles
Please refer to the [Developer Guide](/Documentation/developer-guide.md).