From: Eric Wong Date: Mon, 13 Mar 2023 12:00:24 +0000 (+0000) Subject: doc: clone: document --remote-manifest= option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1556b1e3ff63b33d966182d7a5b482d95847ac8;p=thirdparty%2Fpublic-inbox.git doc: clone: document --remote-manifest= option --- diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod index af4e8e957..90359f5aa 100644 --- a/Documentation/public-inbox-clone.pod +++ b/Documentation/public-inbox-clone.pod @@ -129,6 +129,17 @@ is specified where C is an empty string (C<"">), then C This is a new option in public-inbox 2.0+ +=item --remote-manifest=URL|RELATIVE_PATH + +Use an alternate location for the remote manifest.js.gz file. +This mah be specified as a full absolute URL (e.g +C<--remote-manifest=https://80x24.org/lore/pub/manifest.js.gz>), +or a pathname relative to the ROOT_URL (e.g +C<--remote-manifest=pub/manifest.js.gz> when ROOT_URL is +C + +This is a new option in public-inbox 2.0+ + =item --project-list=FILE When cloning code repos from a manifest, generate a cgit-compatible