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-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 BCFF91F4B4 for ; Wed, 27 Jan 2021 09:42:30 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/9] lei completion, some small updates Date: Wed, 27 Jan 2021 03:42:21 -0600 Message-Id: <20210127094230.31174-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 6/9 for bash completion brings us closer to very DRY help + completion internals. A couple of small other things while working on something bigger... Eric Wong (9): eml: favor index() over regexp match lei: drop "git" command forwarding lei: fix comment regarding client payload lei: ensure PWD is set correctly for path expansion gcf2: rely on Perl 5.10 to avoid needless ++ lei: complete option switch args lei_overview: clear redundant ovv_buf definition v2writable: nproc: use sysconf() on Linux and FreeBSD lei: dclose: fix typo lib/PublicInbox/Eml.pm | 2 +- lib/PublicInbox/Gcf2.pm | 9 +-- lib/PublicInbox/LEI.pm | 108 ++++++++++++++++++++------------- lib/PublicInbox/LeiOverview.pm | 1 - lib/PublicInbox/V2Writable.pm | 6 ++ t/lei.t | 46 ++++++++++++++ 6 files changed, 123 insertions(+), 49 deletions(-)