summaryrefslogtreecommitdiffstats
path: root/git-grep.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-08-27 14:11:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-08-27 14:11:23 -0700
commita00504d4382d1ae561f4199e9d3bcf65a8045ecd (patch)
tree02c2f48bdefba25f947ea52b29fdddda57f18f5d /git-grep.txt
parentb9dc76c4ad0987d352a0d26620978a14e8f09714 (diff)
downloadgit-htmldocs-a00504d4382d1ae561f4199e9d3bcf65a8045ecd.tar.gz
Autogenerated HTML docs for v1.7.12-116-g31e0100
Diffstat (limited to 'git-grep.txt')
-rw-r--r--git-grep.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/git-grep.txt b/git-grep.txt
index 3bec03688..cfecf848f 100644
--- a/git-grep.txt
+++ b/git-grep.txt
@@ -42,8 +42,16 @@ CONFIGURATION
grep.lineNumber::
If set to true, enable '-n' option by default.
+grep.patternType::
+ Set the default matching behavior. Using a value of 'basic', 'extended',
+ 'fixed', or 'perl' will enable the '--basic-regexp', '--extended-regexp',
+ '--fixed-strings', or '--perl-regexp' option accordingly, while the
+ value 'default' will return to the default matching behavior.
+
grep.extendedRegexp::
- If set to true, enable '--extended-regexp' option by default.
+ If set to true, enable '--extended-regexp' option by default. This
+ option is ignored when the 'grep.patternType' option is set to a value
+ other than 'default'.
OPTIONS