about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:32:07 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:58 +0000
commit559c0b5f0180ccf5588cb3f021e3a302f7776d63 (patch)
tree0bf46c6a559c17231c19089eacb7fe1ebc5eb8f1 /Documentation
parent0ac9fbfc587e8f0e8a815fc1511f67b4452163e7 (diff)
downloadpublic-inbox-559c0b5f0180ccf5588cb3f021e3a302f7776d63.tar.gz
This will allow us to quickly check fingerprints against
remotes with a single HTTP(S) request, saving us numerous
`git show-refs' invocations.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-clone.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod
index 257967d9..9288b175 100644
--- a/Documentation/public-inbox-clone.pod
+++ b/Documentation/public-inbox-clone.pod
@@ -94,6 +94,16 @@ C<DESTINATION> directory.  If only C<--objstore=> is specified
 where C<DIR> is an empty string (C<"">), then C<objstore>
 (C<$DESTINATION/objstore>) is the implied value of C<DIR>.
 
+=item --manifest=FILE
+
+When incrementally updating an existing mirror, load the given
+manifest (typically C<manifest.js.gz>) to speed up updates.
+
+If C<FILE> is not an absolute path, it is relative to the
+C<DESTINATION> directory.  If only C<--manifest => is specified
+where C<FILE > is an empty string (C<"">), then C<manifest.js.gz>
+(C<$DESTINATION/manifest.js.gz>) is the implied value of C<FILE>.
+
 =item -n
 
 =item --dry-run