summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-01-19 15:33:31 -0800
committerJunio C Hamano <gitster@pobox.com>2017-01-19 15:33:31 -0800
commitdda5d0f90ca5a00a9569d110908046ae4425840e (patch)
tree5ada7a883b1c8050400cf610a4a0717209842f37 /git-grep.html
parent9f1a8e9ea774303ce10a23c0db10066388b7a0c6 (diff)
downloadgit-htmldocs-dda5d0f90ca5a00a9569d110908046ae4425840e.tar.gz
Autogenerated HTML docs for v2.11.0-453-g787f7
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/git-grep.html b/git-grep.html
index 5f5f86db0..a5062d7a7 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -765,6 +765,7 @@ git-grep(1) Manual Page
[--threads &lt;num&gt;]
[-f &lt;file&gt;] [-e] &lt;pattern&gt;
[--and|--or|--not|(|)|-e &lt;pattern&gt;&#8230;]
+ [--recurse-submodules] [--parent-basename &lt;basename&gt;]
[ [--[no-]exclude-standard] [--cached | --no-index | --untracked] | &lt;tree&gt;&#8230;]
[--] [&lt;pathspec&gt;&#8230;]</pre>
<div class="attribution">
@@ -892,6 +893,29 @@ grep.fallbackToNoIndex
</p>
</dd>
<dt class="hdlist1">
+--recurse-submodules
+</dt>
+<dd>
+<p>
+ Recursively search in each submodule that has been initialized and
+ checked out in the repository. When used in combination with the
+ &lt;tree&gt; option the prefix of all submodule output will be the name of
+ the parent project&#8217;s &lt;tree&gt; object.
+</p>
+</dd>
+<dt class="hdlist1">
+--parent-basename &lt;basename&gt;
+</dt>
+<dd>
+<p>
+ For internal use only. In order to produce uniform output with the
+ --recurse-submodules option, this option can be used to provide the
+ basename of a parent&#8217;s &lt;tree&gt; object to a submodule so the submodule
+ can prefix its output with the parent&#8217;s name rather than the SHA1 of
+ the submodule.
+</p>
+</dd>
+<dt class="hdlist1">
-a
</dt>
<dt class="hdlist1">
@@ -1366,7 +1390,7 @@ grep.fallbackToNoIndex
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-07-13 14:58:50 PDT
+Last updated 2017-01-19 15:32:59 PST
</div>
</div>
</body>