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 E6EF71F47C for ; Wed, 25 Jan 2023 10:18:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1674641916; bh=/M9mwIE7RdgnRImZudsv0EHoVBjeQzq3EBNsG57kDWU=; h=From:To:Subject:Date:From; b=D4AkMoMWmkE1QmvTEhKK9q3sH1DY/b3Hwv8A2EiY/7GdewjNGEuNWQRHUFTU/mxEw HinJI4BeXoK197hSsCZbsidxGsvR3VkUlAOCOCpUBGTcNmw7kxfyzd1oxGbBEoU0be YLcIJNpj8m0jkkB71VG+KUa7DNGt3UeOfBMzCtpU= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] git-related updates Date: Wed, 25 Jan 2023 10:18:31 +0000 Message-Id: <20230125101835.882567-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: core.abbrev=no is now used in preparation for SHA-256 support. I started working on supporting git 2.36+ --batch-command, but having to support prior versions will require more refactoring, I think... 2/4 was painful :< Eric Wong (4): git: use core.abbrev=no on git 2.31+ process_pipe: warn hackers off using it for bidirectional pipes git: drop needless ENOENT import git: reduce delete ops in _destroy lib/PublicInbox/Git.pm | 42 ++++++++++++++++++++++++---------- lib/PublicInbox/ProcessPipe.pm | 6 +++-- 2 files changed, 34 insertions(+), 14 deletions(-)