summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-10-23 14:56:38 -0700
committerJunio C Hamano <gitster@pobox.com>2013-10-23 14:56:38 -0700
commit238ce9c29632ff8714caddd1e0aee4f837ed3a30 (patch)
treef07942a6a58dfb0cdf4ca1a5143537f7c5c84083 /git-grep.html
parentaef76445eb91513ca7684bdd5a80ecfef32ae40e (diff)
downloadgit-htmldocs-238ce9c29632ff8714caddd1e0aee4f837ed3a30.tar.gz
Autogenerated HTML docs for v1.8.4.1-600-g3d092
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html21
1 files changed, 19 insertions, 2 deletions
diff --git a/git-grep.html b/git-grep.html
index 1a5ff75be..ab25248df 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -746,7 +746,7 @@ git-grep(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git grep</em> [-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp]
+<pre class="content"><em>git grep</em> [-a | --text] [-I] [--textconv] [-i | --ignore-case] [-w | --word-regexp]
[-v | --invert-match] [-h|-H] [--full-name]
[-E | --extended-regexp] [-G | --basic-regexp]
[-P | --perl-regexp]
@@ -874,6 +874,23 @@ grep.extendedRegexp
</p>
</dd>
<dt class="hdlist1">
+--textconv
+</dt>
+<dd>
+<p>
+ Honor textconv filter settings.
+</p>
+</dd>
+<dt class="hdlist1">
+--no-textconv
+</dt>
+<dd>
+<p>
+ Do not honor textconv filter settings.
+ This is the default.
+</p>
+</dd>
+<dt class="hdlist1">
-i
</dt>
<dt class="hdlist1">
@@ -1308,7 +1325,7 @@ grep.extendedRegexp
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-08-20 08:40:27 PDT
+Last updated 2013-10-23 14:56:14 PDT
</div>
</div>
</body>