diff options
author | Luke Granger-Brown <git@lukegb.com> | 2022-11-05T02·18+0000 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2022-11-06T16·46+0000 |
commit | d92ca1099035590566dbb5790284bc2f3d68a84c (patch) | |
tree | a5b307528501fb44080cf44722ac5f1a29ed113c /third_party/gerrit/0002-Syntax-highlight-rules.pl.patch | |
parent | 8669bd0ee6cebe75e885e7899cdef21cc4a0c999 (diff) |
chore(gerrit): bump to 3.7.0-rc4 r/5257
Change-Id: Ib6f4fd5817fb5415cff5ea1d8c75c8c9a08d56b4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7185 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/gerrit/0002-Syntax-highlight-rules.pl.patch')
-rw-r--r-- | third_party/gerrit/0002-Syntax-highlight-rules.pl.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/gerrit/0002-Syntax-highlight-rules.pl.patch b/third_party/gerrit/0002-Syntax-highlight-rules.pl.patch index 4cb859d1bd33..4b91e2c3541f 100644 --- a/third_party/gerrit/0002-Syntax-highlight-rules.pl.patch +++ b/third_party/gerrit/0002-Syntax-highlight-rules.pl.patch @@ -1,4 +1,4 @@ -From ad3f389c20815f21ad932c0b295e861c6a21011c Mon Sep 17 00:00:00 2001 +From aedf8ac8fa5113843bcd83ff85e2d9f3bffdb16c Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown <git@lukegb.com> Date: Thu, 2 Jul 2020 23:02:43 +0100 Subject: [PATCH 2/3] Syntax highlight rules.pl @@ -9,7 +9,7 @@ Subject: [PATCH 2/3] Syntax highlight rules.pl 2 files changed, 2 insertions(+) diff --git a/polygerrit-ui/app/embed/diff/gr-syntax-layer/gr-syntax-layer-worker.ts b/polygerrit-ui/app/embed/diff/gr-syntax-layer/gr-syntax-layer-worker.ts -index f6f634ad31..36fd6090b4 100644 +index 385249f280..7cb3068494 100644 --- a/polygerrit-ui/app/embed/diff/gr-syntax-layer/gr-syntax-layer-worker.ts +++ b/polygerrit-ui/app/embed/diff/gr-syntax-layer/gr-syntax-layer-worker.ts @@ -68,6 +68,7 @@ const LANGUAGE_MAP = new Map<string, string>([ @@ -21,7 +21,7 @@ index f6f634ad31..36fd6090b4 100644 ['text/x-protobuf', 'protobuf'], ['text/x-puppet', 'puppet'], diff --git a/resources/com/google/gerrit/server/mime/mime-types.properties b/resources/com/google/gerrit/server/mime/mime-types.properties -index c0c092c712..ee815b689d 100644 +index 739818ec05..58eb727bf9 100644 --- a/resources/com/google/gerrit/server/mime/mime-types.properties +++ b/resources/com/google/gerrit/server/mime/mime-types.properties @@ -200,6 +200,7 @@ rq = application/sparql-query @@ -33,5 +33,5 @@ index c0c092c712..ee815b689d 100644 s = text/x-gas sas = text/x-sas -- -2.36.0 +2.37.3 |