summaryrefslogtreecommitdiffstats
path: root/git-diff-files.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-18 15:16:05 -0800
committerJunio C Hamano <gitster@pobox.com>2019-01-18 15:16:05 -0800
commitace33e4fa1aa5ba14bafe92218bf07dea068791f (patch)
tree0ad7636f0f64e4f949fd65f468e206bc0a5d969b /git-diff-files.html
parentde48f457367f37c28229ebe8e6cef849dd6e430a (diff)
downloadgit-htmldocs-ace33e4fa1aa5ba14bafe92218bf07dea068791f.tar.gz
Autogenerated HTML docs for v2.20.1-309-g16a465
Diffstat (limited to 'git-diff-files.html')
-rw-r--r--git-diff-files.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-diff-files.html b/git-diff-files.html
index 912f45879..3c78d0d4f 100644
--- a/git-diff-files.html
+++ b/git-diff-files.html
@@ -1582,6 +1582,7 @@ struct), and want to know the history of that block since it first
came into being: use the feature iteratively to feed the interesting
block in the preimage back into <code>-S</code>, and keep going until you get the
very first version of the block.</p></div>
+<div class="paragraph"><p>Binary files are searched as well.</p></div>
</dd>
<dt class="hdlist1">
-G&lt;regex&gt;
@@ -1603,6 +1604,8 @@ file:</p></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
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>
<div class="paragraph"><p>See the <em>pickaxe</em> entry in <a href="gitdiffcore.html">gitdiffcore(7)</a> for more
information.</p></div>
</dd>
@@ -2539,7 +2542,7 @@ the pathname, but if that is <code>NUL</code>, the record will show two paths.</
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-27 08:11:04 JST
+ 2018-01-26 15:11:04 PST
</div>
</div>
</body>