summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-10-03 16:10:59 +0900
committerJunio C Hamano <gitster@pobox.com>2017-10-03 16:10:59 +0900
commit139b7d1a5a53f1b27057bbb37a7a4a14959f6a79 (patch)
treedf84f1b9ecd85274fdef383894621dab2b08fd5a /git-grep.html
parentef75f377a0a3170ce7d5664cab4a6057d91f59c8 (diff)
downloadgit-htmldocs-139b7d1a5a53f1b27057bbb37a7a4a14959f6a79.tar.gz
Autogenerated HTML docs for v2.14.2-746-g8fb8a9
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/git-grep.html b/git-grep.html
index c546311ad..822fcd151 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -1332,6 +1332,8 @@ providing this option will cause it to die.</p></div>
If given, limit the search to paths matching at least one pattern.
Both leading paths match and glob(7) patterns are supported.
</p>
+<div class="paragraph"><p>For more details about the &lt;pathspec&gt; syntax, see the <em>pathspec</em> entry
+in <a href="gitglossary.html">gitglossary(7)</a>.</p></div>
</dd>
</dl></div>
</div>
@@ -1367,6 +1369,14 @@ providing this option will cause it to die.</p></div>
files that have lines that match both.
</p>
</dd>
+<dt class="hdlist1">
+<code>git grep solution -- :^Documentation</code>
+</dt>
+<dd>
+<p>
+ Looks for <code>solution</code>, excluding files in <code>Documentation</code>.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -1380,7 +1390,7 @@ providing this option will cause it to die.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-08-22 11:31:59 PDT
+Last updated 2017-10-03 16:10:36 JST
</div>
</div>
</body>