1. 010d3c3 [errorprone] Use Guava Splitter to avoid String#split by Matthias Sohn · 1 year, 2 months ago
  2. d5ce821 [errorprone] Annotate method formatting string by Matthias Sohn · 1 year, 2 months ago
  3. a0d00c5 [errorprone] Add missing javadoc summary by Matthias Sohn · 1 year, 2 months ago
  4. 34d1324 Remove unused guice dependency by David Ostrovsky · 1 year, 2 months ago
  5. 1219bcd Upgrade guava to 32.1-jre by David Ostrovsky · 2 years, 10 months ago
  6. b911eb3 Revert "Add parents field to logEntry soy data for use in custom templates" by Jonathan Nieder · 1 year, 3 months ago
  7. 9395244 Merge "Add parents field to logEntry soy data for use in custom templates" by Brian Egizi · 1 year, 4 months ago
  8. f1112ac Add parents field to logEntry soy data for use in custom templates by Brian Egizi · 1 year, 4 months ago
  9. 67cd01f Support serving tags via JSON format. by Kevin Chowski · 1 year, 5 months ago
  10. 717a30f Support reading gitlinks by Gavin Mak · 1 year, 10 months ago
  11. 19a0e44 Rendering images by Wendy Wang · 1 year, 11 months ago
  12. cdbf7a1 Merge "Update to commonmark 0.21.0 (was 0.10.0)" by Jonathan Nieder · 1 year, 11 months ago
  13. 9707668 Provide nonce as String, not Optional<String>, to Soy by Jonathan Nieder · 1 year, 12 months ago
  14. 34d5008 Provide csp_nonce to Soy Templates by Kamil Musin · 1 year, 12 months ago
  15. 21831b9 Update to commonmark 0.21.0 (was 0.10.0) by Ivan Frade · 1 year, 12 months ago
  16. da89544 Don't ignore .txt file extension by Fabien Sanglard · 2 years, 2 months ago
  17. ce80495 Provide a support to blame on a given commit. This is done by passing in by Ronald Bhuleskar · 2 years, 3 months ago
  18. c383b26 Update JGit by Jonathan Nieder · 2 years, 9 months ago
  19. 958f5bf Hyphenate html id attributes by Sven Selberg · 2 years, 10 months ago
  20. d99004c Fix namespaces for soy templates by Sven Selberg · 2 years, 10 months ago
  21. 5302fc0 Switch to javax.servlet:3.1.0 by Gerrit Code Review · 2 years, 11 months ago v1.0-rc0
  22. 746b8a9 Merge changes from topic "jgit-as-submodule" by Matthias Sohn · 2 years, 10 months ago
  23. f08cb4a Sort subdirectories alphabetically by Pontus Jaensson · 3 years, 1 month ago
  24. 4711062 Format build files using buildifier by Matthias Sohn · 2 years, 11 months ago
  25. b3ee156 Link to JGit source as git submodule by Matthias Sohn · 2 years, 11 months ago
  26. e7a33c2 Rename some build rules to meet expectation in JGit bazel build by Matthias Sohn · 2 years, 11 months ago
  27. 80f36cb Merge "LogServlet: use RevSort.TOPO_KEEP_BRANCH_TOGETHER" by Sven Selberg · 2 years, 11 months ago
  28. dff134a Fix lingering references to BranchRedirectFilter by Sven Selberg · 2 years, 11 months ago
  29. 5325447 Merge "Redo branch redirect" by Ronald Bhuleskar · 2 years, 11 months ago
  30. 999a71d Redo branch redirect by Ronald Bhuleskar · 3 years ago
  31. b6f5512 Merge "Lists subdirectories at the top of the source tree" by Sven Selberg · 2 years, 11 months ago
  32. e2e78db Merge "Added functionality to show notes" by Sven Selberg · 3 years, 1 month ago
  33. 4c5c8d2 Lists subdirectories at the top of the source tree by Pontus Jaensson · 3 years, 1 month ago
  34. c144de9 Added functionality to show notes by Pontus Jaensson · 3 years, 1 month ago
  35. d922586 LogServlet: use RevSort.TOPO_KEEP_BRANCH_TOGETHER by Alex Spradlin · 4 years, 8 months ago
  36. 7cb3e47 Update dependencies from Gerrit core stable-3.4 by Nasser Grainawi · 3 years, 4 months ago
  37. f65ff3b Remove Soy compile time globals from Gerrit. These APIs are being removed. by Jesse Costello-Good · 3 years, 6 months ago
  38. 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
  39. 6f62c5d Update gitiles for Soy template import syntax by Jesse Costello-Good · 3 years, 10 months ago
  40. c9f6a28 DevServer: Add non-null value to GitilesServlet call by Marco Miller · 3 years, 11 months ago
  41. fbe16e8 Support branch redirect in Gitiles by Ronald Bhuleskar · 3 years, 11 months ago
  42. b592dbe Add support for rendering webp image files by James Zern · 4 years, 2 months ago
  43. 5eb9439 Set correct target url for symlinks by Sven Selberg · 4 years, 4 months ago
  44. c7d8aab DefaultAccess#getRelativePath: Remove redundant assignment by David Pursehouse · 4 years, 9 months ago
  45. b3f72b3 BlameServlet: Use logger's built-in formatting rather than String.format by David Pursehouse · 4 years, 9 months ago
  46. 3d4e60e SoyConstants: Make constants final by David Pursehouse · 4 years, 9 months ago
  47. a8a4610 MarkdownToHtml#parse: Return empty list instead of null by David Pursehouse · 4 years, 9 months ago
  48. 9744512 GitilesHtmlExtension: Remove redundant return statements by David Pursehouse · 4 years, 9 months ago
  49. 1c0cdf5 Linkifier: Use COMMENTLINK constant by David Pursehouse · 4 years, 9 months ago
  50. 099cf5f VisibilityCache: Replace lambda with method reference by David Pursehouse · 4 years, 9 months ago
  51. e09936e DevServer: Use correct class in logger instantiation by David Pursehouse · 4 years, 9 months ago
  52. f435e24 SoyConstants: Add private default constructor by David Pursehouse · 4 years, 9 months ago
  53. d95e0e0 Linkifier: Fix incorrect string formatting placeholders in log calls by David Pursehouse · 4 years, 9 months ago
  54. fb9a2a9 Use logger's built-in string formatting rather than concatenation by David Pursehouse · 4 years, 9 months ago
  55. 1ae7c38 ErrorProne: Enable and fix UnusedException check by David Ostrovsky · 4 years, 10 months ago
  56. 219a919 Format Java files with google-java-format by David Pursehouse · 5 years ago
  57. e5a8b41 Correct license for VisibilityChecker by Jonathan Nieder · 5 years ago
  58. a83672e Merge branch 'stable-0.2' by Jonathan Nieder · 5 years ago
  59. 945358a Merge changes from topics "jgit-reachability", "reachability-2" by Jonathan Nieder · 5 years ago
  60. 9ca395d VisibilityChecker: Remove topoSort argument by Ivan Frade · 5 years ago
  61. f0b1806 VisibilityCache: Use jgit's ReachabilityChecker by Ivan Frade · 6 years ago
  62. 284a35a Accept first-parent parameter in LogServlet by Alex Spradlin · 5 years ago
  63. beb12ac Check BLOB content size before trying to render it by Luca Milanesio · 5 years ago
  64. f6547c0 Merge branch 'stable-0.2' by David Pursehouse · 5 years ago
  65. 4f9deef BlameCacheImpl: Avoid NPE if path does not exist by David Pursehouse · 5 years ago
  66. e4c5ac4 Backport all build-related commits from master to stable-0.2 by David Pursehouse · 5 years ago
  67. 3ba3b41 BlameServlet: Stop using deprecated SoyMapData and SoyListData by David Pursehouse · 5 years ago
  68. 13cb517 VisibilityChecker: Use RefDatabase.getTipsWithSha1() for visibility check by Ivan Frade · 6 years ago
  69. 9d46aab Format all build files with buildifier by David Pursehouse · 5 years ago
  70. 5aaf0b6 Bazel: Add fixes for --incompatible_load_java_rules_from_bzl by David Pursehouse · 5 years ago
  71. 6740b3e HostIndexServlet: Migrate from deprecated SoyMapData/SoyListData by David Pursehouse · 5 years ago
  72. 2872604 Migrate from deprecated SoyTofu to SoySauce by David Pursehouse · 5 years ago
  73. 6f8a740 DefaultErrorHandlingFilter: Simplify handling of FailureReason by David Pursehouse · 5 years ago
  74. 795ecb4 Do not drop the exception in the error handler by Masaya Suzuki · 5 years ago
  75. c9208e5 Enforce a line limit of 50,000 for pretty file formatting. by Ronald Bhuleskar · 5 years ago
  76. 4a7dac0 Revision: Allow @-sign in ref names by Jonathan Nieder · 5 years ago
  77. 3d52397 Navbar: Fix handling of [home] and [logo] metalinks by David Pursehouse · 5 years ago
  78. 374c999 Navbar: Fix handling of [home] and [logo] metalinks by David Pursehouse · 5 years ago
  79. cf9e71d Return rendered error result by Alon Bar-Lev · 6 years ago
  80. d79cca7 Format Java files with google-java-format by David Pursehouse · 5 years ago
  81. d45e291 VisibilityChecker: Make topoSort member final by Ivan Frade · 5 years ago
  82. a8b331e DateFormatter: Reduce visibility of constructor used for tests by David Pursehouse · 5 years ago
  83. 41c28a4 PathServlet: Suppress ImmutableEnumChecker warning by David Pursehouse · 5 years ago
  84. ee4b4d7 ArchiveFormat: Suppress ImmutableEnumChecker warning by David Pursehouse · 5 years ago
  85. fb3daad ViewFilter: Fix reference comparison of Revision by David Pursehouse · 5 years ago
  86. 8acf9dd MarkdownConfig: Fix reference comparison with Boolean.TRUE by David Pursehouse · 5 years ago
  87. 3a80948 VisibilityChecker: Remove unnecessary suppression of 'unused' by David Pursehouse · 5 years ago
  88. ac7d524 VisibilityCache: Split the visibility checks from the actual caching by Ivan Frade · 6 years ago
  89. 3863a1e BaseServlet: Add Javadoc for IOException to prevent Eclipse warnings by David Pursehouse · 5 years ago
  90. c53de2b Revision: Add helper method for comparison to Revision.NULL by David Pursehouse · 5 years ago
  91. fbda0c9 Don't render navbar.md metadata in html by Vlad Bokov · 6 years ago
  92. 21e70b7 Remove references to |blessStringAsTrustedResourceUrlForLegacy in <link href>. by Jakub Vrana · 6 years ago
  93. 3484ab8 Remove unused HttpServletRequest and HttpServletResponse parameters by David Pursehouse · 6 years ago
  94. b906126 Remove unnecessarily nested else blocks by David Pursehouse · 6 years ago
  95. 6dec837 DocServlet#fileTooBig: Remove unused parameter by David Pursehouse · 6 years ago
  96. 2d05866 Add missing serialVersionUIDs by David Pursehouse · 6 years ago
  97. be7e83a Remove unused Logger instances by David Pursehouse · 6 years ago
  98. 27cf26d Format Java files with google-java-format 1.7 by David Pursehouse · 6 years ago
  99. 029da84 Merge changes Ic502b820,I43630932 by tparker · 6 years ago
  100. 5cecb86 Throw GitilesRequestFailureException by Masaya Suzuki · 6 years ago