Re: [PATCH] Interpret :/<pattern> as a regular expression
From: Jeff King <hidden> Date: 2016-06-15 22:43:16
On Wed, Jun 13, 2007 at 01:50:22AM +0100, Johannes Schindelin wrote:
Earlier, Git interpreted the pattern as a strict prefix, which made
the operator unsuited in many cases.
Thank you for working on this...I really like the :/ concept, but find
myself wishing for a regex all the time. I have been meaning to do it
since you introduced the original. :)
-Peff