summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/git-grep.html b/git-grep.html
index 8bfcda5d5..cee178ff1 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -1407,6 +1407,9 @@ performance in this case, it might be desirable to use <code>--threads=1</code>.
<div class="sect1">
<h2 id="_configuration">CONFIGURATION</h2>
<div class="sectionbody">
+<div class="paragraph"><p>Everything below this line in this section is selectively included
+from the <a href="git-config.html">git-config(1)</a> documentation. The content is the same
+as what&#8217;s found there:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
grep.lineNumber
@@ -1432,7 +1435,8 @@ grep.patternType
Set the default matching behavior. Using a value of <em>basic</em>, <em>extended</em>,
<em>fixed</em>, or <em>perl</em> will enable the <code>--basic-regexp</code>, <code>--extended-regexp</code>,
<code>--fixed-strings</code>, or <code>--perl-regexp</code> option accordingly, while the
- value <em>default</em> will return to the default matching behavior.
+ value <em>default</em> will use the <code>grep.extendedRegexp</code> option to choose
+ between <em>basic</em> and <em>extended</em>.
</p>
</dd>
<dt class="hdlist1">
@@ -1485,7 +1489,7 @@ grep.fallbackToNoIndex
<div id="footer">
<div id="footer-text">
Last updated
- 2022-07-18 13:37:02 PDT
+ 2022-09-14 13:23:11 PDT
</div>
</div>
</body>