summaryrefslogtreecommitdiffstats
path: root/git-diff-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-12 13:41:37 -0800
committerJunio C Hamano <gitster@pobox.com>2020-02-12 13:41:37 -0800
commitb7e497f81b86f5ab135de8db416ff0b2d7796546 (patch)
treee243986f24bbf00a72958e0d252b6f65db091bb7 /git-diff-tree.html
parentdac867775900042e677de3ba4969a64f9582c95f (diff)
downloadgit-htmldocs-b7e497f81b86f5ab135de8db416ff0b2d7796546.tar.gz
Autogenerated HTML docs for v2.25.0-232-gd8437
Diffstat (limited to 'git-diff-tree.html')
-rw-r--r--git-diff-tree.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-diff-tree.html b/git-diff-tree.html
index 9b05077fd..cd161d45f 100644
--- a/git-diff-tree.html
+++ b/git-diff-tree.html
@@ -1677,12 +1677,12 @@ very first version of the block.</p></div>
file:</p></div>
<div class="listingblock">
<div class="content">
-<pre><code>+ return !regexec(regexp, two-&gt;ptr, 1, &amp;regmatch, 0);
+<pre><code>+ return frotz(nitfol, two-&gt;ptr, 1, 0);
...
-- hit = !regexec(regexp, mf2.ptr, 1, &amp;regmatch, 0);</code></pre>
+- hit = frotz(nitfol, mf2.ptr, 1, 0);</code></pre>
</div></div>
-<div class="paragraph"><p>While <code>git log -G"regexec\(regexp"</code> will show this commit, <code>git log
--S"regexec\(regexp" --pickaxe-regex</code> will not (because the number of
+<div class="paragraph"><p>While <code>git log -G"frotz\(nitfol"</code> will show this commit, <code>git log
+-S"frotz\(nitfol" --pickaxe-regex</code> will not (because the number of
occurrences of that string did not change).</p></div>
<div class="paragraph"><p>Unless <code>--text</code> is supplied patches of binary files without a textconv
filter will be ignored.</p></div>