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,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF 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 541E91F47C for ; Fri, 13 Jan 2023 10:35:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1673606150; bh=xRUBv+m9wOUScUJ/t3s6Vr7vuDyQuGidivR8gcUiiDc=; h=From:To:Subject:Date:From; b=rt9iDO4SZB6G1kzU1KLQwc6kOZex76NiIgP4BC4/i3ii03+zYmAqv1Y9uYxEkUAJw ApnAQL5RxQzb0g9O9L5VhCpxezIRR+yVuFDLc44YxiLEv9REtbMdU6N6e+flbRdduR cOeAXBw5ZfK6ChOyrx8FLSKPM5NDR/Pex6CuFhg4= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] coderepo-related cleanups + sha256 Date: Fri, 13 Jan 2023 10:35:47 +0000 Message-Id: <20230113103550.3020126-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: libgit2 on my system can't handle sha256 git repos, and I need it for one of my projects. So stick to git(1) for now and simplify our code. Eric Wong (3): qspawn: import Scalar::Util::blessed properly viewvcs: use git(1) for coderepo access coderepo: consolidate git --batch-check users lib/PublicInbox/Qspawn.pm | 6 ++-- lib/PublicInbox/RepoSnapshot.pm | 51 +++++++++++++-------------------- lib/PublicInbox/RepoTree.pm | 8 +----- lib/PublicInbox/ViewVCS.pm | 46 +++++++++++++++-------------- lib/PublicInbox/WwwCoderepo.pm | 9 +----- 5 files changed, 50 insertions(+), 70 deletions(-)