Hi It looks like the perl regular expression multiline mode does not work with 'git grep'
for example, something like git grep -P '(?s)foo.*?bar" will not match a file in the repo where it has something like foo bar ie. split across two lines Regards, Noel Grandin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

