On Fri, 9 Jan 2026 at 06:35, Philippe Mathieu-Daudé <[email protected]> wrote: > > While git-grep uses POSIX basic regexp by default, git-config > can select a distinct one. Add the '-G' (--basic-regexp) > argument to be sure our regexps work on first try. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
It's a little unfortunate that now we suggest to the user to use an option that almost none of them will actually need to type (because -G is the default and most people probably don't reconfigure their git grep default options), but I don't have a better proposal, so: Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
