diff options
author | Luke Granger-Brown <hg@lukegb.com> | 2020-07-25T20·17+0100 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2020-07-25T20·27+0000 |
commit | e010efb0402362b04527e8a5c48351af512c7e73 (patch) | |
tree | e3ffb864be7ca7e694010246caca1a4de01142d0 /third_party/gerrit/0002-Syntax-highlight-nix.patch | |
parent | b10970a66f39e91f36975a2e83166c0192d9476e (diff) |
chore(gerrit): update to 3.2.2-1002-gea26b5ee7a r/1474
This is the version currently (2020-07-25) deployed on https://gerrit-review.googlesource.com/, and includes features such as The Attention Set. Change-Id: Idf29f96c38d7737efb0d64c4cd294dab46fe5412 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1437 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/gerrit/0002-Syntax-highlight-nix.patch')
-rw-r--r-- | third_party/gerrit/0002-Syntax-highlight-nix.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/gerrit/0002-Syntax-highlight-nix.patch b/third_party/gerrit/0002-Syntax-highlight-nix.patch index 9dd71fbcf59a..9df29ab07b46 100644 --- a/third_party/gerrit/0002-Syntax-highlight-nix.patch +++ b/third_party/gerrit/0002-Syntax-highlight-nix.patch @@ -1,4 +1,4 @@ -From 0da464ae9982b279fe3ca4c4ec6a361ae9fded24 Mon Sep 17 00:00:00 2001 +From 1310ad5e56248bf216774cd13e828ba76e0c6f65 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown <git@lukegb.com> Date: Thu, 2 Jul 2020 23:02:32 +0100 Subject: [PATCH 2/6] Syntax highlight nix @@ -8,10 +8,10 @@ Subject: [PATCH 2/6] Syntax highlight nix 1 file changed, 1 insertion(+) diff --git a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.js b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.js -index f1e930f177..cc937cff67 100644 +index 6399c4a469..480d2946c3 100644 --- a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.js +++ b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.js -@@ -101,6 +101,7 @@ const LANGUAGE_MAP = { +@@ -99,6 +99,7 @@ const LANGUAGE_MAP = { 'text/x-vhdl': 'vhdl', 'text/x-yaml': 'yaml', 'text/vbscript': 'vbscript', |