From 8fda04081acde7053458023fde3b1c784cbcfc81 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 20 Jun 2022 19:27:30 +0000 Subject: search: do not index base-85 binary patches Base-85 binary patches generated by git lead to many false positives, so skip over gibberish words which may occur in them. To avoid regressions in search results, continue to allow searching for exact size matches (via "literal $SIZE") and the phrase "GIT binary patch" for the mere presence of a binary patch. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index ce2cf4a5..607a4c5b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -397,6 +397,7 @@ t/content_hash.t t/convert-compact.t t/data-gen/.gitignore t/data/0001.patch +t/data/binary.patch t/data/message_embed.eml t/dir_idle.t t/ds-kqxs.t -- cgit v1.2.3-24-ge0c7