summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-03-03 05:13:12 +0000
committerJunio C Hamano <junio@kernel.org>2010-03-03 05:13:12 +0000
commit4aa0bccc4a84ed806fa27aefcb79e56e508dc6c9 (patch)
treecda77a5862862e75ef52e0658674a70c4143bd80 /git-grep.html
parentbf43344465f332611b6ae190bc6ac4eedb9cfba3 (diff)
downloadgit-htmldocs-4aa0bccc4a84ed806fa27aefcb79e56e508dc6c9.tar.gz
Autogenerated HTML docs for v1.7.0.1-138-ga75b
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/git-grep.html b/git-grep.html
index b21116266..624aaf6b7 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -330,7 +330,7 @@ git-grep(1) Manual Page
[-z | --null]
[-c | --count] [--all-match] [-q | --quiet]
[--max-depth &lt;depth&gt;]
- [--color | --no-color]
+ [--color[=&lt;when&gt;] | --no-color]
[-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;] [&lt;tree&gt;&#8230;]
@@ -529,11 +529,12 @@ registered in the index file, or blobs in given tree objects.</p></div>
</p>
</dd>
<dt>
---color
+--color[=&lt;when&gt;]
</dt>
<dd>
<p>
Show colored matches.
+ The value must be always (the default), never, or auto.
</p>
</dd>
<dt>
@@ -543,6 +544,7 @@ registered in the index file, or blobs in given tree objects.</p></div>
<p>
Turn off match highlighting, even when the configuration file
gives the default to color output.
+ Same as <tt>--color=never</tt>.
</p>
</dd>
<dt>
@@ -715,7 +717,7 @@ revamped by Junio C Hamano.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-02-22 00:13:12 UTC
+Last updated 2010-03-03 05:12:41 UTC
</div>
</div>
</body>