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 EEE341F428 for ; Fri, 17 Mar 2023 20:31:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1679085098; bh=RFxi4Sq8liH4EN6FD+TjyZuFY/750/Xi5LDOqpHhOhk=; h=From:To:Subject:Date:From; b=pN23RPQLsYPE67Ux+DRdN0wkFhWxULp+aOu6Scw1dsTkYxmv+Raw3B0dVXRlmVL8Z ZLWkF7SrTYDWPPRVKe/JbS97ybdXX/j7DNOSG0G5QUBzrmpr8Hx8VAkfoK+LTE+pP+ kxPOGAxkDjABIoz6IPuipaefuJWwaJKZLy/9p1lQ= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] globbing updates Date: Fri, 17 Mar 2023 20:31:35 +0000 Message-Id: <20230317203137.1373098-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The code indexer will be using this to implement --exclude= when combined with --project-list=, at least (because indexing certain `code'repos takes forever). Eric Wong (2): treewide: move glob2re to PublicInbox::Config config: glob2re supports `**' to match multiple path components lib/PublicInbox/Config.pm | 35 +++++++++++++++++++++++++++++++ lib/PublicInbox/LeiExternal.pm | 36 +------------------------------- lib/PublicInbox/LeiLsExternal.pm | 3 ++- lib/PublicInbox/LeiLsMailSync.pm | 3 ++- lib/PublicInbox/LeiMirror.pm | 6 +++--- t/config.t | 23 ++++++++++++++++++-- t/lei_external.t | 20 ++---------------- 7 files changed, 66 insertions(+), 60 deletions(-)