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 9EECF1F406 for ; Fri, 15 Dec 2023 20:22:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1702671769; bh=bZKb0naI1chUw1bkQuXnC45Db5ABLlm4eFVyvEtlfO4=; h=From:To:Subject:Date:From; b=27zQf/s+mMDr3jH/cA82FRtl0LIAS4aFjI9w3rqch5ee5ilGOLUhLgHPM2zeMzxpr nQMzxZQolDInRErUCPbz55y5Rv36WOrBZkiuHkttnZZGn1ZCyzm4kqCP8wfbTKw8// rRMioainWP17DnBzYcXZvWb9+3Pt5lExpA02iyVE= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] old git and Test::More fixes Date: Fri, 15 Dec 2023 15:22:44 -0500 Message-Id: <20231215202249.3509368-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This makes the experience nicer for people using CentOS 7.x out-of-the-box (without 3rd-party repos). Eric Wong (5): tests: quiet uninitialized warnings on CentOS 7.x searchidx: quiet down old git patchid cindex: --prune needs git 2.6+ git: quiet down `rev-parse --git-path' errors t/pop3d-limit: use v1 inbox to test on ancient git lib/PublicInbox/CodeSearchIdx.pm | 2 ++ lib/PublicInbox/Git.pm | 4 +++- lib/PublicInbox/SearchIdx.pm | 12 ++++++++++-- lib/PublicInbox/TestCommon.pm | 20 ++++++++++---------- t/cindex.t | 1 + t/cmd_ipc.t | 4 ++-- t/ds-poll.t | 2 +- t/httpd-corner.t | 2 +- t/lei-convert.t | 2 +- t/lei-daemon.t | 2 +- t/lei-sigpipe.t | 2 +- t/pop3d-limit.t | 2 +- 12 files changed, 34 insertions(+), 21 deletions(-)