commit | 966c93a524cdb445545b6f50be8e1633759966c1 | [log] [download] |
---|---|---|
author | ev1stensberg <evenstensberg@gmail.com> | Wed Sep 26 10:56:49 2018 +0200 |
committer | Even Stensberg <evenstensberg@gmail.com> | Wed Sep 26 10:12:57 2018 +0000 |
tree | 388545156afa909238ec47e959eef6e72384dc5a | |
parent | 12a3ef0255652b6de02b6ed957fe8053e1d80e98 [diff] |
chore: revise developer guide Updates developer guide to be more clear how to get up and going in development with gitiles. Was confusing to start developing because the section said "tests", not "developing" or "Locally using" or something similar. Change-Id: Icb2f8a349cdad52fd30cd7795665183e26e0a3a2
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.
Gitiles is configurable in a git-style configuration file named gitiles.config
. Refer to the configuration documentation for details.
Use the issue tracker at github to file bugs.
Please refer to the Developer Guide.