From: Eric Wong Date: Mon, 20 Jun 2022 19:27:30 +0000 (+0000) Subject: search: do not index base-85 binary patches X-Git-Tag: v1.9.0~114 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8fda04081acde7053458023fde3b1c784cbcfc81;hp=8fda04081acde7053458023fde3b1c784cbcfc81;p=public-inbox.git 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. ---