From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id F00591F910 for ; Wed, 23 Nov 2022 04:09:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1669176599; bh=5XsvQJEx5lMPzripinpU1sG7VTcNr6f0e8gpyjni7+A=; h=From:To:Subject:Date:From; b=nxUGOcbsbQuUpvQTw3beCZhdCPp8fDnK0gISWa9wc12rCGMNmKHyLk1caJqY2wp8G Az83lnvR9/v4l4g+vrSOLpww+ITK+pdocDTb+IAN5sznR4qwIyqvOWT9unFnacd5+d epuWqprSg2nzr1CkhXtqjEMTUewwba9JC+a9o3Sw= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] proxy-related things Date: Wed, 23 Nov 2022 04:09:55 +0000 Message-Id: <20221123040958.114960-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Several fixes and one improvement I noticed while watching on a monster branch related to clone/fetch... Eric Wong (3): lei_curl: set --proxy for curl(1) properly config: urlmatch $? does not influence our exits lei_curl: use http.proxy config from git if available lib/PublicInbox/Config.pm | 21 ++++++++++++++------- lib/PublicInbox/LeiCurl.pm | 7 +++---- 2 files changed, 17 insertions(+), 11 deletions(-)