summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-04-02 04:32:29 +0000
committerJunio C Hamano <junio@kernel.org>2011-04-02 04:32:29 +0000
commita03ac8675725e0f73e11b08ca9d7d395d1a16d15 (patch)
treebfaec069d94d13e788e149166c68f4e87773c6d6 /git-grep.html
parentf2873fdaeac7a9222349346775417f7325801664 (diff)
downloadgit-htmldocs-a03ac8675725e0f73e11b08ca9d7d395d1a16d15.tar.gz
Autogenerated HTML docs for v1.7.5-rc0-96-gc4b2c
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html23
1 files changed, 22 insertions, 1 deletions
diff --git a/git-grep.html b/git-grep.html
index 76e110b09..6da537e92 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -438,6 +438,27 @@ git-grep(1) Manual Page
<div class="paragraph"><p>Look for specified patterns in the tracked files in the work tree, blobs
registered in the index file, or blobs in given tree objects.</p></div>
</div>
+<h2 id="_configuration">CONFIGURATION</h2>
+<div class="sectionbody">
+<div class="dlist"><dl>
+<dt class="hdlist1">
+grep.lineNumber
+</dt>
+<dd>
+<p>
+ If set to true, enable <em>-n</em> option by default.
+</p>
+</dd>
+<dt class="hdlist1">
+grep.extendedRegexp
+</dt>
+<dd>
+<p>
+ If set to true, enable <em>--extended-regexp</em> option by default.
+</p>
+</dd>
+</dl></div>
+</div>
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
<div class="dlist"><dl>
@@ -831,7 +852,7 @@ git grep --all-match -e NODE -e Unexpected
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-03-29 06:53:36 UTC
+Last updated 2011-04-02 04:31:58 UTC
</div>
</div>
</body>