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 9B62D1F55F for ; Sat, 30 Sep 2023 15:20:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1696087240; bh=2BxnGkv8nE/bfflF5WMrNnTo1sEd+t42AMuWKy7K3X8=; h=From:To:Subject:Date:From; b=bnEKB8ZoE2biEYOEhzaZjLFGUD5W5L5ZIF5MM0CKuEQPkXO7TTyieAZKkszIKdxw/ lh9aSSKpFuyi8c6/9L5/7vUg9Ed37XKA7Q7+T+JDtIPDxDjdiuqIbXIqKoe6Zb4Wva YiWDY+nslf3Ed1pJEkPnWs9l+D1ovo3q4YzwaUWk= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] git: use Unix stream sockets for --batch* Date: Sat, 30 Sep 2023 15:20:37 +0000 Message-ID: <20230930152040.1743107-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This simplifies git process management greatly, and the diffstat makes me happy. Eric Wong (3): git: decouple cat_async_retry from POSIX pipe semantics git: use Unix stream sockets for `cat-file --batch-*' git+gcf2client: switch to level-triggered wakeups lib/PublicInbox/Gcf2Client.pm | 59 ++------ lib/PublicInbox/Git.pm | 269 +++++++++++++++++---------------- lib/PublicInbox/GitAsyncCat.pm | 98 +----------- lib/PublicInbox/LeiToMail.pm | 2 +- lib/PublicInbox/ViewVCS.pm | 2 +- 5 files changed, 158 insertions(+), 272 deletions(-)