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,AWL,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 CCEF71F461 for ; Sun, 6 Aug 2023 02:31:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1691289116; bh=euD0bcLRoLyS1HcxACNvMxDsGn/6b0rMsGeLn0OhUXg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m0t83QPXGtzJRkfoAB8oCJcf0FSWfi6w8c9trTZ5CpTbQWP1J3R4WY3Y7DsO+/W0Q iyVCHfAt2GE6p3xgaL+Kj2rv3FW5w++l5q8NjPFEAaorW2RlVulOp+X2wpxvRyOa8w QU1n2DKj3g+QJVkrjuFLd2XH8K0M91vUWcQuftDM= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 2/2] doc: clone: add a note about git 2.41+ and fetch.hideRefs Date: Sun, 6 Aug 2023 02:31:56 +0000 Message-Id: <20230806023156.3483821-3-e@80x24.org> In-Reply-To: <20230806023156.3483821-1-e@80x24.org> References: <20230806023156.3483821-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It's unusable for large mirrors, otherwise. --- Documentation/public-inbox-clone.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod index 152fed73..c3254fa0 100644 --- a/Documentation/public-inbox-clone.pod +++ b/Documentation/public-inbox-clone.pod @@ -127,7 +127,11 @@ as relative to the C directory. If only C<--manifest=> is specified where C is an empty string (C<"">), then C (C<$DESTINATION/manifest.js.gz>) is the implied value of C. -This is a new option in public-inbox 2.0+ +When updating manifests with many forks using the same objstore, +git 2.41+ is highly recommended for performance as we automatically +use the C feature to speed up negotiation. + +C<--manifest=> is a new option in public-inbox 2.0+ =item --remote-manifest=URL|RELATIVE_PATH