commit | 0b17b95efc12bc03b9a25607d0a470d49eb90af5 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Tue Jan 23 11:30:39 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Jan 24 08:16:54 2018 +0900 |
tree | e7a48960086d51510e28bafddc017c6298f7ea17 | |
parent | 8236dfe0157ec8467a2bd560fe2e0be4e0b95bb2 [diff] |
MarkdownToHtml#parse: Annotate lang parameter as @Nullable The lang parameter may be null, but dereferencing it is protected by a call to Strings.isNullOrEmpty. Change-Id: Iab12d6c202fd179043932d1d382f83d0ef1d2397
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.