X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fpublic-inbox-clone.pod;h=bcf7dcc1fea20e35357a07e7c0e83e3eb34adc15;hb=37131af8eb12f6b0d715fd291c885cafec8be577;hp=178d952ad8fb1089ff09d4cc4d8abdc718341013;hpb=1c3d7bd75e2c6f84bd511a17838fa9113c98578c;p=public-inbox.git diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod index 178d952a..bcf7dcc1 100644 --- a/Documentation/public-inbox-clone.pod +++ b/Documentation/public-inbox-clone.pod @@ -6,6 +6,8 @@ public-inbox-clone - "git clone --mirror" wrapper public-inbox-clone INBOX_URL [INBOX_DIR] +public-inbox-clone ROOT_URL [DESTINATION] + =head1 DESCRIPTION public-inbox-clone is a wrapper around C for @@ -65,6 +67,50 @@ When cloning a top-level with multiple inboxes, ignore inboxes and repositories matching the given wildcard pattern. Supports the same wildcards as L +=item --inbox-config=always|v2|v1|never + +Whether or not to retrieve the C<$INBOX/_/text/config/raw> HTTP(S) +endpoint when cloning. + +Since we can't deduce v1 inboxes from code repositories, setting this +to C or C can allow faster clones of code repositories if +no v1 inboxes are present. + +Default: C + +=item --inbox-version=NUM + +Force a remote public-inbox version (must be C<1> or C<2>). +This is auto-detected by default, and this option exists mainly +for testing. + +=item --objstore=DIR + +Enables space savings when the remote C +includes C entries as generated by grokmirror 2.x. + +If C is not an absolute path, it is relative to the +C directory. If only C<--objstore=> is specified +where C is an empty string (C<"">), then C +(C<$DESTINATION/objstore>) is the implied value of C. + +=item --manifest=FILE + +When incrementally updating an existing mirror, load the given +manifest (typically C) to speed up updates. + +If C is not an absolute path, it is 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. + +=item -p + +=item --prune + +Pass the C<--prune> and C<--prune-tags> flags to L +calls on incremental clones. + =item -n =item --dry-run