summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-13 22:58:34 -0700
committerJunio C Hamano <gitster@pobox.com>2011-10-13 22:58:34 -0700
commit5a73f309ee3b290763e839b0f02ae441b7d6a0df (patch)
tree8ba8c9494444f1db50480596e8b287b0d63dbb46 /git-grep.html
parent4c6612f0b5dfd967be79178dc7acae3e57715d2e (diff)
downloadgit-htmldocs-5a73f309ee3b290763e839b0f02ae441b7d6a0df.tar.gz
Autogenerated HTML docs for v1.7.7-290-gc9e7aa
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html34
1 files changed, 31 insertions, 3 deletions
diff --git a/git-grep.html b/git-grep.html
index 26f12d46d..546e6bbaa 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -597,7 +597,7 @@ git-grep(1) Manual Page
[-A &lt;post-context&gt;] [-B &lt;pre-context&gt;] [-C &lt;context&gt;]
[-f &lt;file&gt;] [-e] &lt;pattern&gt;
[--and|--or|--not|(|)|-e &lt;pattern&gt;&#8230;]
- [--cached | --no-index | &lt;tree&gt;&#8230;]
+ [ [--exclude-standard] [--cached | --no-index | --untracked] | &lt;tree&gt;&#8230;]
[--] [&lt;pathspec&gt;&#8230;]</div>
<div class="verseblock-attribution">
</div></div>
@@ -645,7 +645,35 @@ grep.extendedRegexp
</dt>
<dd>
<p>
- Search files in the current directory, not just those tracked by git.
+ Search files in the current directory that is not managed by git.
+</p>
+</dd>
+<dt class="hdlist1">
+--untracked
+</dt>
+<dd>
+<p>
+ In addition to searching in the tracked files in the working
+ tree, search also in untracked files.
+</p>
+</dd>
+<dt class="hdlist1">
+--no-exclude-standard
+</dt>
+<dd>
+<p>
+ Also search in ignored files by not honoring the <tt>.gitignore</tt>
+ mechanism. Only useful with <tt>--untracked</tt>.
+</p>
+</dd>
+<dt class="hdlist1">
+--exclude-standard
+</dt>
+<dd>
+<p>
+ Do not pay attention to ignored files specified via the <tt>.gitignore</tt>
+ mechanism. Only useful when searching files in the current directory
+ with <tt>--no-index</tt>.
</p>
</dd>
<dt class="hdlist1">
@@ -1086,7 +1114,7 @@ grep.extendedRegexp
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-09-21 23:01:14 PDT
+Last updated 2011-10-13 22:57:58 PDT
</div>
</div>
</body>