commit | 3a2aa30ce9958e51d062636f364fa98f3303450c | [log] [download] |
---|---|---|
author | WHR <msl0000023508@gmail.com> | Sat Sep 07 16:55:33 2024 +0800 |
committer | WHR <msl0000023508@gmail.com> | Sat Sep 07 16:55:33 2024 +0800 |
tree | b4ef49db16db9d06df8b880daad44d4cb413fefe | |
parent | c73850e5732b8a956ecfccf712984bfeda4eb54e [diff] |
Follow symbolic links for automatically displaying 'README.md' file in repository and tree pages
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.
Please refer to the Developer Guide.