summaryrefslogtreecommitdiffstats
path: root/man1/git-grep.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-grep.1')
-rw-r--r--man1/git-grep.115
1 files changed, 11 insertions, 4 deletions
diff --git a/man1/git-grep.1 b/man1/git-grep.1
index 5a1b93d29..e8aa35d99 100644
--- a/man1/git-grep.1
+++ b/man1/git-grep.1
@@ -2,12 +2,12 @@
.\" Title: git-grep
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 09/13/2022
+.\" Date: 09/14/2022
.\" Manual: Git Manual
-.\" Source: Git 2.37.3.611.ge188ec3a73
+.\" Source: Git 2.37.3.662.g36f8e7ed7d
.\" Language: English
.\"
-.TH "GIT\-GREP" "1" "09/13/2022" "Git 2\&.37\&.3\&.611\&.ge188ec" "Git Manual"
+.TH "GIT\-GREP" "1" "09/14/2022" "Git 2\&.37\&.3\&.662\&.g36f8e7" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -417,6 +417,8 @@ The \fB\-\-threads\fR option (and the grep\&.threads configuration) will be igno
.sp
When grepping the object store (with \fB\-\-cached\fR or giving tree objects), running with multiple threads might perform slower than single threaded if \fB\-\-textconv\fR is given and there\(cqre too many text conversions\&. So if you experience low performance in this case, it might be desirable to use \fB\-\-threads=1\fR\&.
.SH "CONFIGURATION"
+.sp
+Everything below this line in this section is selectively included from the \fBgit-config\fR(1) documentation\&. The content is the same as what\(cqs found there:
.PP
grep\&.lineNumber
.RS 4
@@ -446,7 +448,12 @@ will enable the
\fB\-\-perl\-regexp\fR
option accordingly, while the value
\fIdefault\fR
-will return to the default matching behavior\&.
+will use the
+\fBgrep\&.extendedRegexp\fR
+option to choose between
+\fIbasic\fR
+and
+\fIextended\fR\&.
.RE
.PP
grep\&.extendedRegexp