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 6CEFC1F698 for ; Fri, 30 Dec 2022 10:59:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1672397980; bh=kuWXGW57rf/36b690AOhwFYBV6S6McE0G2tY/rKtujg=; h=From:To:Subject:Date:From; b=PPEi3yHXU+U0oo98ZSa9+/PysmBRI0QX25FkSpE2p1PCws4UsXzVzx0muzlEEEiNL jrK5UNrKRBJFnspRkZN718JC1OOtnntgVYt7MIifOz+Bt0J0i4mBOuAbjbE8w45HKi 3AdRMC5cv+K7pdO20EkdOjrDvUWJSw/gIlzT5bS0= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] clone fixups Date: Fri, 30 Dec 2022 10:59:37 +0000 Message-Id: <20221230105939.4119509-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (2): clone: --dry-run unconditionally runs show-ref clone: fix --post-update-hook behavior lib/PublicInbox/LeiMirror.pm | 30 +++++++++++++++--------------- t/clone-coderepo.t | 26 ++++++++++++++++++-------- 2 files changed, 33 insertions(+), 23 deletions(-)