about summary refs log tree commit diff
path: root/third_party/gerrit/default.nix
diff options
context:
space:
mode:
authorLuke Granger-Brown <hg@lukegb.com>2020-06-14T18·38+0100
committerlukegb <lukegb@tvl.fyi>2020-06-14T20·26+0000
commit62f42300b8ba1b1af6ca0da024172df5fbe31bf2 (patch)
treed438324997f4839d415ec1639ad3c405fc1b1cd1 /third_party/gerrit/default.nix
parenta4b3f9af9364d6e39a0f93ddbb5135dbff056b09 (diff)
feat(gerrit): Add CL titles to title tags if accessing a CL or patchset. r/956
Fine, puck, you win.

Change-Id: I47fe8ea6662132f5c337e1e73281dbeca19a414c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/321
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/gerrit/default.nix')
-rw-r--r--third_party/gerrit/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/gerrit/default.nix b/third_party/gerrit/default.nix
index 98373582b0..d5350d3ed8 100644
--- a/third_party/gerrit/default.nix
+++ b/third_party/gerrit/default.nix
@@ -43,6 +43,7 @@ pkgs.buildBazelPackage {
     ./use_detzip.patch
     ./syntax_highlight_nix.patch
     ./syntax_highlight_rules_pl.patch
+    ./add_titles_to_cls.patch
   ];
 
   bazelTarget = "release";