From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4C2161F428 for ; Sat, 18 Mar 2023 12:02:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1679140933; bh=f0u+hWayQ3MTtXEgEMfw89phRrpZzcXjRlf8opSPliA=; h=From:To:Subject:Date:From; b=LqxXBDykwf/X719eMJZlXieaZsEGuBGQjSM9NOub9YY8o6T7Wcfhl4WPjZFKp4aSY xUFg7H69RbSqnGkge4H7y22BEtlcdz4RkHJfBCLg489ft6PbshSoYqIpA/MaK6SQv0 wtPbsUoWm07FeF7AqYJEHzYpcZiJSrE6l2ulSYKg= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] clone: support --purge + doc updates Date: Sat, 18 Mar 2023 12:02:10 +0000 Message-Id: <20230318120213.1461990-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Likely the final -clone feature I intend to implement for this release. I don't think purgeprotect from grokmirror is necessary if --purge is off-by-default. Eric Wong (3): doc: clone: note the default value of --remote-manifest= clone: show stale directories unconditionally clone: support --purge to delete remotely-deleted repos Documentation/public-inbox-clone.pod | 11 ++++++++ lib/PublicInbox/LeiMirror.pm | 42 ++++++++++++++++++++-------- script/public-inbox-clone | 2 +- t/clone-coderepo.t | 21 ++++++++++++++ 4 files changed, 63 insertions(+), 13 deletions(-)