We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00cbaf9 + 91028f7 commit 3770c21Copy full SHA for 3770c21
Documentation/config/grep.txt
@@ -8,7 +8,8 @@ grep.patternType::
8
Set the default matching behavior. Using a value of 'basic', 'extended',
9
'fixed', or 'perl' will enable the `--basic-regexp`, `--extended-regexp`,
10
`--fixed-strings`, or `--perl-regexp` option accordingly, while the
11
- value 'default' will return to the default matching behavior.
+ value 'default' will use the `grep.extendedRegexp` option to choose
12
+ between 'basic' and 'extended'.
13
14
grep.extendedRegexp::
15
If set to true, enable `--extended-regexp` option by default. This
0 commit comments