Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GerritCodeReview/gitiles
A simple browser for Git repositories - (mirror of https://gerrit.googlesource.com/gitiles)
https://github.com/GerritCodeReview/gitiles
Last synced: 9 days ago
JSON representation
A simple browser for Git repositories - (mirror of https://gerrit.googlesource.com/gitiles)
- Host: GitHub
- URL: https://github.com/GerritCodeReview/gitiles
- Owner: GerritCodeReview
- License: other
- Created: 2015-12-10T09:33:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T13:03:21.000Z (about 2 months ago)
- Last Synced: 2024-09-15T13:37:42.112Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 9.66 MB
- Stars: 20
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome - GerritCodeReview/gitiles - A simple browser for Git repositories - (mirror of https://gerrit.googlesource.com/gitiles) (others)
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).