summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-07-01 00:08:51 +0000
committerJunio C Hamano <junio@kernel.org>2010-07-01 00:08:51 +0000
commit7d44952cc831fe14797546fa07afc857b0844d25 (patch)
tree30d2c8dfe0d9897379c3a3f472b4f21ab4822c81 /git-grep.html
parent30e8106caeb8158599478faa5ec02eb955db38fa (diff)
downloadgit-htmldocs-7d44952cc831fe14797546fa07afc857b0844d25.tar.gz
Autogenerated HTML docs for v1.7.2-rc1
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-grep.html b/git-grep.html
index 4b270fee0..f0733588c 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -326,6 +326,7 @@ git-grep(1) Manual Page
[-E | --extended-regexp] [-G | --basic-regexp]
[-F | --fixed-strings] [-n]
[-l | --files-with-matches] [-L | --files-without-match]
+ [(-O | --open-files-in-pager) [&lt;pager&gt;]]
[-z | --null]
[-c | --count] [--all-match] [-q | --quiet]
[--max-depth &lt;depth&gt;]
@@ -513,6 +514,20 @@ registered in the index file, or blobs in given tree objects.</p></div>
</p>
</dd>
<dt>
+-O [&lt;pager&gt;]
+</dt>
+<dt>
+--open-files-in-pager [&lt;pager&gt;]
+</dt>
+<dd>
+<p>
+ Open the matching files in the pager (not the output of <em>grep</em>).
+ If the pager happens to be "less" or "vi", and the user
+ specified only one pattern, the first file is positioned at
+ the first match automatically.
+</p>
+</dd>
+<dt>
-z
</dt>
<dt>
@@ -726,7 +741,7 @@ revamped by Junio C Hamano.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-06-25 23:29:47 UTC
+Last updated 2010-07-01 00:08:20 UTC
</div>
</div>
</body>