Stop using deprecated StringEscapeUtils from commons-lang3 Since version 3.6 of lang3, StringEscapeUtils is deprecated in favor of the class of the same name in commons-text. Add a dependency on commons-text, and use StringEscapeUtils from there instead. Keep the dependency on commons-lang3 since there is still a dependency on it (TocFormatter uses StringUtils). Change-Id: I99448c811672c9ac293e88acbeb99d566a8aebe7
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.