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,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 82FA31F5AE for ; Wed, 5 May 2021 17:49:45 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei rediff fixes Date: Wed, 5 May 2021 17:49:41 +0000 Message-Id: <20210505174944.69155-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/3 was necessary anyways, and also provided a test case for 2/3. 3/3 makes things less surprising, and thankfully wasn't difficult at all. Eric Wong (3): script/public-inbox-extindex: chmod +x lei rediff: capture and regenerate file modes lei rediff: do not automatically store patches/mails MANIFEST | 1 + lib/PublicInbox/LeiRediff.pm | 28 ++++++++++++++++++++-------- script/public-inbox-extindex | 1 - t/solve/bare.patch | 8 ++++++++ t/solver_git.t | 16 ++++++++++++++++ 5 files changed, 45 insertions(+), 9 deletions(-) mode change 100644 => 100755 script/public-inbox-extindex create mode 100644 t/solve/bare.patch