Bug#669376: Please enable perl regex support

2012-07-13 Thread David Schmitt
Hi, for the more complex spelunking expeditions, PCRE support would be very welcome! Best Regards, David -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#669376: Please enable perl regex support

2012-04-19 Thread Guido Günther
Package: git Version: 1:1.7.10-1 Severity: wishlist Tags: patch Hi, Currently we have: git grep -P 'foo(?!bar)' $ git grep -P 'foo(?!bar)' fatal: cannot use Perl-compatible regexes when not compiled with USE_LIBPCRE Attached patch enables the build against libpre3 to allow for perl regex

Bug#669376: Please enable perl regex support

2012-04-19 Thread Jonathan Nieder
Hi Guido, Guido Günther wrote: $ git grep -P 'foo(?!bar)' fatal: cannot use Perl-compatible regexes when not compiled with USE_LIBPCRE Attached patch enables the build against libpre3 to allow for perl regex syntax. Thanks. I had been waiting to see if anyone cared. :) (Hence whether it