summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-05 13:39:53 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-05 13:39:53 -0700
commit1eb5609b6b3e2908ee747dfe313c24f17334ce26 (patch)
tree7399ab13ecb59275ff9caa0624441831a5b0f8de /git-grep.html
parent70d664063d4eb347c0d30071e08a40fbf72dcd34 (diff)
downloadgit-htmldocs-1eb5609b6b3e2908ee747dfe313c24f17334ce26.tar.gz
Autogenerated HTML docs for v2.6.1-120-g24a00e
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/git-grep.html b/git-grep.html
index cc38df569..920262cc8 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -1059,17 +1059,20 @@ grep.fullName
</p>
</dd>
<dt class="hdlist1">
--O [&lt;pager&gt;]
+-O[&lt;pager&gt;]
</dt>
<dt class="hdlist1">
---open-files-in-pager [&lt;pager&gt;]
+--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.
+ the first match automatically. The <code>pager</code> argument is
+ optional; if specified, it must be stuck to the option
+ without a space. If <code>pager</code> is unspecified, the default pager
+ will be used (see <code>core.pager</code> in <a href="git-config.html">git-config(1)</a>).
</p>
</dd>
<dt class="hdlist1">
@@ -1335,7 +1338,7 @@ grep.fullName
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-06-03 15:14:46 PDT
+Last updated 2015-10-05 13:38:43 PDT
</div>
</div>
</body>