From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 01F5F1F406 for ; Tue, 5 Dec 2023 09:46:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1701769584; bh=eFuSsJSEAwL2xkalWcIYvr6wdaYBsKIybh6hVyVDlGs=; h=From:To:Subject:Date:From; b=YeSta52gQYZjUyGuaqpkk4Ix3DDlpnCCFpIgpjyZOSTlLoINQdeqxGOqdSW0B8FLa 6CxFUKX6ZmsLT2d5kKaoA0qdSJ9PXcoqvyadNX1ejco33YBFew016JyCzSb4cglBG/ OS50SVx6yd0rxGMzibzdUdLdZNg1aPfaO5GmcwWs= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] cindex: future-proof blob OID indexing Date: Tue, 5 Dec 2023 09:46:21 +0000 Message-ID: <20231205094623.3394786-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/2 fixes a bug while checking over the blob OID indexing code Eric Wong (2): searchidx: drop redundant decl in index_git_blob_id cindex: index full (40/64 char) hex blob OIDs lib/PublicInbox/CodeSearchIdx.pm | 15 +++++++++------ lib/PublicInbox/SearchIdx.pm | 1 - t/cindex.t | 3 +++ 3 files changed, 12 insertions(+), 7 deletions(-)