summaryrefslogtreecommitdiffstats
path: root/git-grep.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-11-18 14:15:08 -0800
committerJunio C Hamano <gitster@pobox.com>2020-11-18 14:15:08 -0800
commitb7676d5ada0941ade7ac9acb8ce985686b62b2ab (patch)
tree11ddf24c8178241b09e082064ac45508a805f0e6 /git-grep.html
parentee43d18844df1f78dad8b389cbb393b211073d17 (diff)
downloadgit-htmldocs-b7676d5ada0941ade7ac9acb8ce985686b62b2ab.tar.gz
Autogenerated HTML docs for v2.29.2-334-gfaefd
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 0667f2487..4940851e8 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -1230,7 +1230,7 @@ providing this option will cause it to die.</p></div>
<p>
Show the preceding line that contains the function name of
the match, unless the matching line is a function name itself.
- The name is determined in the same way as <em>git diff</em> works out
+ The name is determined in the same way as <code>git diff</code> works out
patch hunk headers (see <em>Defining a custom hunk-header</em> in
<a href="gitattributes.html">gitattributes(5)</a>).
</p>
@@ -1285,7 +1285,9 @@ providing this option will cause it to die.</p></div>
Show the surrounding text from the previous line containing a
function name up to the one before the next function name,
effectively showing the whole function in which the match was
- found.
+ found. The function names are determined in the same way as
+ <code>git diff</code> works out patch hunk headers (see <em>Defining a
+ custom hunk-header</em> in <a href="gitattributes.html">gitattributes(5)</a>).
</p>
</dd>
<dt class="hdlist1">
@@ -1467,7 +1469,7 @@ performance in this case, it might be desirable to use <code>--threads=1</code>.
<div id="footer">
<div id="footer-text">
Last updated
- 2020-10-09 08:47:57 PDT
+ 2020-11-18 14:12:24 PST
</div>
</div>
</body>