From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 917721F9FA for ; Sun, 9 Jun 2019 02:51:49 +0000 (UTC) From: "Eric Wong (Contractor, The Linux Foundation)" To: meta@public-inbox.org Subject: [PATCH 10/11] doc: document the --prune option for -index Date: Sun, 9 Jun 2019 02:51:46 +0000 Message-Id: <20190609025147.24966-11-e@80x24.org> In-Reply-To: <20190609025147.24966-1-e@80x24.org> References: <20190609025147.24966-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: We've had it around for a while, but I forgot to document it :x --- Documentation/public-inbox-index.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/public-inbox-index.pod b/Documentation/public-inbox-index.pod index 6d2a420..7679376 100644 --- a/Documentation/public-inbox-index.pod +++ b/Documentation/public-inbox-index.pod @@ -42,6 +42,13 @@ Xapian database. This does not touch the NNTP article number database. +=item --prune + +Run L to prune and expire reflogs if discontiguous history +is detected. This is intended to be used in mirrors after running +L or L to ensure data +is expunged from mirrors. + =back =head1 FILES -- EW