- c383b26 Update JGit by Jonathan Nieder · 2 years, 8 months ago
- 958f5bf Hyphenate html id attributes by Sven Selberg · 2 years, 10 months ago
- d99004c Fix namespaces for soy templates by Sven Selberg · 2 years, 10 months ago
- 5302fc0 Switch to javax.servlet:3.1.0 by Gerrit Code Review · 2 years, 11 months ago v1.0-rc0
- 746b8a9 Merge changes from topic "jgit-as-submodule" by Matthias Sohn · 2 years, 10 months ago
- f08cb4a Sort subdirectories alphabetically by Pontus Jaensson · 3 years ago
- 4711062 Format build files using buildifier by Matthias Sohn · 2 years, 11 months ago
- b3ee156 Link to JGit source as git submodule by Matthias Sohn · 2 years, 11 months ago
- e7a33c2 Rename some build rules to meet expectation in JGit bazel build by Matthias Sohn · 2 years, 11 months ago
- 80f36cb Merge "LogServlet: use RevSort.TOPO_KEEP_BRANCH_TOGETHER" by Sven Selberg · 2 years, 11 months ago
- dff134a Fix lingering references to BranchRedirectFilter by Sven Selberg · 2 years, 11 months ago
- 5325447 Merge "Redo branch redirect" by Ronald Bhuleskar · 2 years, 11 months ago
- 999a71d Redo branch redirect by Ronald Bhuleskar · 3 years ago
- b6f5512 Merge "Lists subdirectories at the top of the source tree" by Sven Selberg · 2 years, 11 months ago
- e2e78db Merge "Added functionality to show notes" by Sven Selberg · 3 years ago
- 4c5c8d2 Lists subdirectories at the top of the source tree by Pontus Jaensson · 3 years, 1 month ago
- c144de9 Added functionality to show notes by Pontus Jaensson · 3 years, 1 month ago
- d922586 LogServlet: use RevSort.TOPO_KEEP_BRANCH_TOGETHER by Alex Spradlin · 4 years, 8 months ago
- 7cb3e47 Update dependencies from Gerrit core stable-3.4 by Nasser Grainawi · 3 years, 4 months ago
- f65ff3b Remove Soy compile time globals from Gerrit. These APIs are being removed. by Jesse Costello-Good · 3 years, 6 months ago
- 5764066 Redirect gitiles url using Repo's branch redirect config when format type is default (not provided in gitiles url). by Ronald Bhuleskar · 3 years, 10 months ago
- 6f62c5d Update gitiles for Soy template import syntax by Jesse Costello-Good · 3 years, 10 months ago
- c9f6a28 DevServer: Add non-null value to GitilesServlet call by Marco Miller · 3 years, 11 months ago
- fbe16e8 Support branch redirect in Gitiles by Ronald Bhuleskar · 3 years, 11 months ago
- b592dbe Add support for rendering webp image files by James Zern · 4 years, 2 months ago
- 5eb9439 Set correct target url for symlinks by Sven Selberg · 4 years, 4 months ago
- c7d8aab DefaultAccess#getRelativePath: Remove redundant assignment by David Pursehouse · 4 years, 9 months ago
- b3f72b3 BlameServlet: Use logger's built-in formatting rather than String.format by David Pursehouse · 4 years, 9 months ago
- 3d4e60e SoyConstants: Make constants final by David Pursehouse · 4 years, 9 months ago
- a8a4610 MarkdownToHtml#parse: Return empty list instead of null by David Pursehouse · 4 years, 9 months ago
- 9744512 GitilesHtmlExtension: Remove redundant return statements by David Pursehouse · 4 years, 9 months ago
- 1c0cdf5 Linkifier: Use COMMENTLINK constant by David Pursehouse · 4 years, 9 months ago
- 099cf5f VisibilityCache: Replace lambda with method reference by David Pursehouse · 4 years, 9 months ago
- e09936e DevServer: Use correct class in logger instantiation by David Pursehouse · 4 years, 9 months ago
- f435e24 SoyConstants: Add private default constructor by David Pursehouse · 4 years, 9 months ago
- d95e0e0 Linkifier: Fix incorrect string formatting placeholders in log calls by David Pursehouse · 4 years, 9 months ago
- fb9a2a9 Use logger's built-in string formatting rather than concatenation by David Pursehouse · 4 years, 9 months ago
- 1ae7c38 ErrorProne: Enable and fix UnusedException check by David Ostrovsky · 4 years, 10 months ago
- 219a919 Format Java files with google-java-format by David Pursehouse · 5 years ago
- e5a8b41 Correct license for VisibilityChecker by Jonathan Nieder · 5 years ago
- a83672e Merge branch 'stable-0.2' by Jonathan Nieder · 5 years ago
- 945358a Merge changes from topics "jgit-reachability", "reachability-2" by Jonathan Nieder · 5 years ago
- 9ca395d VisibilityChecker: Remove topoSort argument by Ivan Frade · 5 years ago
- f0b1806 VisibilityCache: Use jgit's ReachabilityChecker by Ivan Frade · 6 years ago
- 284a35a Accept first-parent parameter in LogServlet by Alex Spradlin · 5 years ago
- beb12ac Check BLOB content size before trying to render it by Luca Milanesio · 5 years ago
- f6547c0 Merge branch 'stable-0.2' by David Pursehouse · 5 years ago
- 4f9deef BlameCacheImpl: Avoid NPE if path does not exist by David Pursehouse · 5 years ago
- e4c5ac4 Backport all build-related commits from master to stable-0.2 by David Pursehouse · 5 years ago
- 3ba3b41 BlameServlet: Stop using deprecated SoyMapData and SoyListData by David Pursehouse · 5 years ago
- 13cb517 VisibilityChecker: Use RefDatabase.getTipsWithSha1() for visibility check by Ivan Frade · 6 years ago
- 9d46aab Format all build files with buildifier by David Pursehouse · 5 years ago
- 5aaf0b6 Bazel: Add fixes for --incompatible_load_java_rules_from_bzl by David Pursehouse · 5 years ago
- 6740b3e HostIndexServlet: Migrate from deprecated SoyMapData/SoyListData by David Pursehouse · 5 years ago
- 2872604 Migrate from deprecated SoyTofu to SoySauce by David Pursehouse · 5 years ago
- 6f8a740 DefaultErrorHandlingFilter: Simplify handling of FailureReason by David Pursehouse · 5 years ago
- 795ecb4 Do not drop the exception in the error handler by Masaya Suzuki · 5 years ago
- c9208e5 Enforce a line limit of 50,000 for pretty file formatting. by Ronald Bhuleskar · 5 years ago
- 4a7dac0 Revision: Allow @-sign in ref names by Jonathan Nieder · 5 years ago
- 3d52397 Navbar: Fix handling of [home] and [logo] metalinks by David Pursehouse · 5 years ago
- 374c999 Navbar: Fix handling of [home] and [logo] metalinks by David Pursehouse · 5 years ago
- cf9e71d Return rendered error result by Alon Bar-Lev · 6 years ago
- d79cca7 Format Java files with google-java-format by David Pursehouse · 5 years ago
- d45e291 VisibilityChecker: Make topoSort member final by Ivan Frade · 5 years ago
- a8b331e DateFormatter: Reduce visibility of constructor used for tests by David Pursehouse · 5 years ago
- 41c28a4 PathServlet: Suppress ImmutableEnumChecker warning by David Pursehouse · 5 years ago
- ee4b4d7 ArchiveFormat: Suppress ImmutableEnumChecker warning by David Pursehouse · 5 years ago
- fb3daad ViewFilter: Fix reference comparison of Revision by David Pursehouse · 5 years ago
- 8acf9dd MarkdownConfig: Fix reference comparison with Boolean.TRUE by David Pursehouse · 5 years ago
- 3a80948 VisibilityChecker: Remove unnecessary suppression of 'unused' by David Pursehouse · 5 years ago
- ac7d524 VisibilityCache: Split the visibility checks from the actual caching by Ivan Frade · 6 years ago
- 3863a1e BaseServlet: Add Javadoc for IOException to prevent Eclipse warnings by David Pursehouse · 5 years ago
- c53de2b Revision: Add helper method for comparison to Revision.NULL by David Pursehouse · 5 years ago
- fbda0c9 Don't render navbar.md metadata in html by Vlad Bokov · 6 years ago
- 21e70b7 Remove references to |blessStringAsTrustedResourceUrlForLegacy in <link href>. by Jakub Vrana · 6 years ago
- 3484ab8 Remove unused HttpServletRequest and HttpServletResponse parameters by David Pursehouse · 6 years ago
- b906126 Remove unnecessarily nested else blocks by David Pursehouse · 6 years ago
- 6dec837 DocServlet#fileTooBig: Remove unused parameter by David Pursehouse · 6 years ago
- 2d05866 Add missing serialVersionUIDs by David Pursehouse · 6 years ago
- be7e83a Remove unused Logger instances by David Pursehouse · 6 years ago
- 27cf26d Format Java files with google-java-format 1.7 by David Pursehouse · 6 years ago
- 029da84 Merge changes Ic502b820,I43630932 by tparker · 6 years ago
- 5cecb86 Throw GitilesRequestFailureException by Masaya Suzuki · 6 years ago
- b53fc06 Introduce GitilesRequestFailureException and DefaultErrorHandlingFilter by Masaya Suzuki · 6 years ago
- 2ce0c64 VisibilityCache: Use RefDatabase.getRefsByPrefix by Ivan Frade · 6 years ago
- 9d219fb Use LegacyConversions instead of UnsafeSanitizedContentOrdainer. by Jakub Vrana · 6 years ago
- 76346b0 Format with google-java-format 1.7 by David Pursehouse · 6 years ago
- 0c55375 Add missing dependency on guava-failureaccess in dev server by David Pursehouse · 6 years ago
- c63c059 Do not retain body in RevisionParser walk by Jonathan Nieder · 6 years ago
- 174e111 Remove unnecessary parseBody call from LogServlet by Jonathan Nieder · 6 years ago
- 9e3b1b7 Ensure RevTag is parsed before using its body by Jonathan Nieder · 6 years ago
- 4b6753d Ensure RevCommit is parsed before using its content by Jonathan Nieder · 6 years ago
- b49306a Require a RevWalk when building CommitData by Jonathan Nieder · 6 years ago
- 92b8472 RefServlet: Use full refname in link by Ivan Frade · 6 years ago
- 01650ed Automatically format all build files with buildifier lint mode by David Pursehouse · 6 years ago
- 3bce356 Format all Java files with google-java-format by David Pursehouse · 6 years ago
- 53794aa Fix missing reference name in JSON output by Alice Kober-Sotzek · 6 years ago
- e8f7411 Add Sub Navbar Support To Gitiles by Robert Liao · 6 years ago
- a632e2b DefaultAccess: Specify charset in construction of String by David Pursehouse · 6 years ago
- 0138abf Format Java files with google-java-format 1.6 by David Pursehouse · 6 years ago