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.1 required=3.0 tests=ALL_TRUSTED,AWL,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 913A31F428 for ; Mon, 13 Mar 2023 12:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1678708824; bh=rlgj8wpOBDnIbK58QjJUoSP4bSUUhSqnlRw2tC8DMF4=; h=From:To:Subject:Date:From; b=Y+89DCaSTfu0lSng4UfEmq+RJj0S6kiwiSTqrsnsrS83BpqVkXOEp2AXTUlbyrYjB AmY/i7ZRYcASLWZTAinOEGr5r9ZbjHAi/Z2QYvls7jlv4sumiNvVb8z0u49GLKcXco TTrc6S7yR7GY0vvXEz91PAJvVvfnc9K6BRi+fzxg= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] clone improvements Date: Mon, 13 Mar 2023 12:00:19 +0000 Message-Id: <20230313120024.1911925-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The more I use it, the more problems I find :x Eric Wong (5): lei_mirror: describe why the {ibx} field is used lei_mirror: do not re-fetch inbox.config.example lei_mirror: do not fetch to read-only directories lei_mirror: handle UTF-8 from manifest.js.gz properly doc: clone: document --remote-manifest= option Documentation/public-inbox-clone.pod | 11 +++++++++++ lib/PublicInbox/LeiMirror.pm | 24 +++++++++++++++++------- t/clone-coderepo.t | 8 ++++++-- 3 files changed, 34 insertions(+), 9 deletions(-)