about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-03-18 12:02:13 +0000
committerEric Wong <e@80x24.org>2023-03-18 18:52:56 +0000
commitcdeac2a60363b9659d5381503074a016d947925a (patch)
tree050651233c89236db988773beb32a3343618d6d4 /Documentation
parentb1ee9716d67f10ae19266acec1e8eff8275d7e7c (diff)
downloadpublic-inbox-cdeac2a60363b9659d5381503074a016d947925a.tar.gz
This lets us clean up disk space when repos are removed
on the remote side.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-clone.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod
index 50a290df..152fed73 100644
--- a/Documentation/public-inbox-clone.pod
+++ b/Documentation/public-inbox-clone.pod
@@ -176,6 +176,15 @@ calls on incremental clones.
 
 This is a new option in public-inbox 2.0+
 
+=item --purge
+
+Deletes entire repos which no longer exist in the remote manifest,
+or are filtered out by C<--include=> or C<--exclude=>.
+
+This is only useful when using C<--manifest>
+
+This is a new option in public-inbox 2.0+
+
 =item --exit-code
 
 Exit with C<127> if no updates are done when relying on a manifest.