commit | 8236dfe0157ec8467a2bd560fe2e0be4e0b95bb2 | [log] [download] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Tue Jan 23 11:26:49 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Tue Jan 23 11:27:10 2018 +0900 |
tree | dc5c94edf36423bcb2e2b13def61654c5aa1d190 | |
parent | a4d39356bb3639027bb9cd3d678e94157d2bfe9b [diff] |
MarkdownToHtml: Use String.equals to compare strings As reported by SpotBugs: This code compares java.lang.String objects for reference equality using the == or != operators. Unless both strings are either constants in a source file, or have been interned using the String.intern() method, the same string value may be represented by two different String objects. Consider using the equals(Object) method instead. Change-Id: Ie37a882900d02580f1f3d0d13327dfe9c45a746d
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.