From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lucy.dinwoodie.org (b.8.0.0.8.9.b.0.2.f.0.9.2.a.d.b.d.a.0.2.5.1.e.d.0.b.8.0.1.0.0.2.ip6.arpa [IPv6:2001:8b0:de15:20ad:bda2:90f2:b98:8b]) by sourceware.org (Postfix) with ESMTPS id CF9F53858414 for ; Thu, 24 Feb 2022 21:32:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CF9F53858414 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Received: from adam by lucy.dinwoodie.org with local (Exim 4.94.2) (envelope-from ) id 1nNLiv-0071EO-T9 for cygwin@cygwin.com; Thu, 24 Feb 2022 21:32:29 +0000 Date: Thu, 24 Feb 2022 21:32:29 +0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: Re: pcre regexps in git? Message-ID: <20220224213229.berg5rjisexeuue3@lucy.dinwoodie.org> Reply-To: cygwin@cygwin.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, PDS_RDNS_DYNAMIC_FP, RDNS_DYNAMIC, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2022 21:32:32 -0000 On Thu, Feb 24, 2022 at 04:19:13PM -0500, Anthony Heading wrote: > Hi, > I appreciate this is just a birthday wish-list item, but... > > % git grep -P hopeful... > fatal: cannot use Perl-compatible regexes when not compiled with USE_LIBPCRE > > It would be lovely (well, at least for me) if this could work. Huh. I think that used to work, so if it broke, it presumably broke somewhere during the Cygwin Git build process wrangling I've been doing of late. I'll see what I can do to get it working again for you! Adam Cygwin Git maintainer