summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-19 14:42:53 +0900
committerJunio C Hamano <gitster@pobox.com>2018-10-19 14:42:53 +0900
commitabe2c594325aec522daad772d880e019c2a55747 (patch)
tree3ad53a9b61f089407659c0e286e5c4553633e481 /git-grep.html
parent32a7527a335c1725848d37986ce4b54ab9861c9d (diff)
downloadgit-htmldocs-abe2c594325aec522daad772d880e019c2a55747.tar.gz
Autogenerated HTML docs for v2.19.1-542-gc4df2
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html25
1 files changed, 22 insertions, 3 deletions
diff --git a/git-grep.html b/git-grep.html
index 7dd3336a1..aa7f8425d 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -758,7 +758,7 @@ git-grep(1) Manual Page
[(-O | --open-files-in-pager) [&lt;pager&gt;]]
[-z | --null]
[ -o | --only-matching ] [-c | --count] [--all-match] [-q | --quiet]
- [--max-depth &lt;depth&gt;]
+ [--max-depth &lt;depth&gt;] [--[no-]recursive]
[--color[=&lt;when&gt;] | --no-color]
[--break] [--heading] [-p | --show-function]
[-A &lt;post-context&gt;] [-B &lt;pre-context&gt;] [-C &lt;context&gt;]
@@ -966,13 +966,32 @@ grep.fallbackToNoIndex
<dd>
<p>
For each &lt;pathspec&gt; given on command line, descend at most &lt;depth&gt;
- levels of directories. A negative value means no limit.
+ levels of directories. A value of -1 means no limit.
This option is ignored if &lt;pathspec&gt; contains active wildcards.
In other words if "a*" matches a directory named "a*",
"*" is matched literally so --max-depth is still effective.
</p>
</dd>
<dt class="hdlist1">
+-r
+</dt>
+<dt class="hdlist1">
+--recursive
+</dt>
+<dd>
+<p>
+ Same as <code>--max-depth=-1</code>; this is the default.
+</p>
+</dd>
+<dt class="hdlist1">
+--no-recursive
+</dt>
+<dd>
+<p>
+ Same as <code>--max-depth=0</code>.
+</p>
+</dd>
+<dt class="hdlist1">
-w
</dt>
<dt class="hdlist1">
@@ -1421,7 +1440,7 @@ in <a href="gitglossary.html">gitglossary(7)</a>.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-08-02 16:01:08 PDT
+ 2018-10-19 14:42:33 JST
</div>
</div>
</body>