about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:30:59 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:53 +0000
commit169cb094abc6477cc38cc0eb0e2467a088e4068a (patch)
treec8d128a13c628a09d161f03c2fce0de2fb1749eb /Documentation
parentd922fc44d1afb5e4400f2606c475e42aee087c24 (diff)
downloadpublic-inbox-169cb094abc6477cc38cc0eb0e2467a088e4068a.tar.gz
These will be handy when someone is interested in a subset of
inboxes on a large hosting site.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-clone.pod14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod
index c80c3c5f..7e95146e 100644
--- a/Documentation/public-inbox-clone.pod
+++ b/Documentation/public-inbox-clone.pod
@@ -51,6 +51,20 @@ C<--epoch=~2..> clones the three latest epochs.
 Default: C<0..~0> or C<0..> or C<..~0>
 (all epochs, all three examples are equivalent)
 
+=item -I PATTERN
+
+=item --include=PATTERN
+
+When cloning a top-level with multiple inboxes, only clone inboxes and
+repositories matching a given wildcard pattern (using C<*?> and C<[]> is
+supported).
+
+=item --exclude=PATTERN
+
+When cloning a top-level with multiple inboxes, ignore inboxes and
+repositories matching the given wildcard pattern.  Supports the same
+wildcards as L</--include>
+
 =item -q
 
 =item --quiet