From: Eric Wong Date: Sun, 6 Aug 2023 02:31:56 +0000 (+0000) Subject: doc: clone: add a note about git 2.41+ and fetch.hideRefs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d6a10cbfbd59bedb0badb64aab2e77aeb77ff7;p=thirdparty%2Fpublic-inbox.git doc: clone: add a note about git 2.41+ and fetch.hideRefs It's unusable for large mirrors, otherwise. --- diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod index 152fed730..c3254fa07 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