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 4CEA01F452 for ; Wed, 12 Apr 2023 00:13:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1681258382; bh=VEBYstQ1bKW0/n37+6mpaBvCyOIekCEtbHwjJT0bM/E=; h=From:To:Subject:Date:From; b=4RleOD03jQYT1P3ENmWmDUg/5aefQ93VfwY36iNRxQBzsevD90TYSQLTfKOMBwyfy Jmw040G7NgMUjk9bPugL94AYUSCpHKN+Wd267Sc5rg/2xD4DtdAtyTjVOlKl7LqhPv Rjbb7/AkihJqfelF67AmkyPFwMoLl0/NHa48TCkk= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] various cleanups and tweaks Date: Wed, 12 Apr 2023 00:12:57 +0000 Message-Id: <20230412001302.685421-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Mostly stuff I noticed while working on the fix in commit 4b1a8231d4bae093 (git: fix cat_async_retry, 2023-04-11). Eric Wong (5): git: cat_async_step: reduce batch-command info checks gzip_filter: use carp in ->bail for failure checks git: rename version() to git_version() www_coderepo: drop unused $EACH_REF variable git: parallelize manifest_entry lib/PublicInbox/Git.pm | 82 +++++++++++++++++----------------- lib/PublicInbox/GzipFilter.pm | 18 ++++---- lib/PublicInbox/LeiMirror.pm | 2 +- lib/PublicInbox/TestCommon.pm | 2 +- lib/PublicInbox/WwwCoderepo.pm | 1 - 5 files changed, 50 insertions(+), 55 deletions(-)