summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-07-18 13:16:48 -0700
committerJunio C Hamano <gitster@pobox.com>2018-07-18 13:16:48 -0700
commitea1ac8d6d6d8856d448e1f6e2d941f7663dc9ecd (patch)
tree50a7bda536235313b6288988e779c75bc53970e5 /git-grep.html
parentec40f134aa677499a0c1bf7ea6133b7b5fe348c4 (diff)
downloadgit-htmldocs-ea1ac8d6d6d8856d448e1f6e2d941f7663dc9ecd.tar.gz
Autogenerated HTML docs for v2.18.0-232-gb7bd94
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 f44de7cac..671ddcd19 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -753,7 +753,7 @@ git-grep(1) Manual Page
[-v | --invert-match] [-h|-H] [--full-name]
[-E | --extended-regexp] [-G | --basic-regexp]
[-P | --perl-regexp]
- [-F | --fixed-strings] [-n | --line-number]
+ [-F | --fixed-strings] [-n | --line-number] [--column]
[-l | --files-with-matches] [-L | --files-without-match]
[(-O | --open-files-in-pager) [&lt;pager&gt;]]
[-z | --null]
@@ -795,6 +795,14 @@ grep.lineNumber
</p>
</dd>
<dt class="hdlist1">
+grep.column
+</dt>
+<dd>
+<p>
+ If set to true, enable the <code>--column</code> option by default.
+</p>
+</dd>
+<dt class="hdlist1">
grep.patternType
</dt>
<dd>
@@ -1070,6 +1078,15 @@ providing this option will cause it to die.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--column
+</dt>
+<dd>
+<p>
+ Prefix the 1-indexed byte-offset of the first match from the start of the
+ matching line.
+</p>
+</dd>
+<dt class="hdlist1">
-l
</dt>
<dt class="hdlist1">
@@ -1392,7 +1409,7 @@ in <a href="gitglossary.html">gitglossary(7)</a>.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-05-23 00:06:29 PDT
+ 2018-07-18 13:16:04 PDT
</div>
</div>
</body>