summaryrefslogtreecommitdiffstats
path: root/git-diff-files.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-01-23 14:34:27 -0800
committerJunio C Hamano <gitster@pobox.com>2018-01-23 14:34:27 -0800
commit7b9cce9df833532347e272c1a4ad6b17f6564f7f (patch)
treecae0754028bacaf8511ea4a0d53e4fc54c21e183 /git-diff-files.html
parent613e7c2b6be68147a3a683ac3ff41cc394b18c10 (diff)
downloadgit-htmldocs-7b9cce9df833532347e272c1a4ad6b17f6564f7f.tar.gz
Autogenerated HTML docs for v2.16.1-72-g5be1f
Diffstat (limited to 'git-diff-files.html')
-rw-r--r--git-diff-files.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/git-diff-files.html b/git-diff-files.html
index 9d98f32e8..b7c6184d0 100644
--- a/git-diff-files.html
+++ b/git-diff-files.html
@@ -1529,6 +1529,19 @@ occurrences of that string did not change).</p></div>
information.</p></div>
</dd>
<dt class="hdlist1">
+--find-object=&lt;object-id&gt;
+</dt>
+<dd>
+<p>
+ Look for differences that change the number of occurrences of
+ the specified object. Similar to <code>-S</code>, just the argument is different
+ in that it doesn&#8217;t search for a specific string but for a specific
+ object id.
+</p>
+<div class="paragraph"><p>The object can be a blob or a submodule commit. It implies the <code>-t</code> option in
+<code>git-log</code> to also find trees.</p></div>
+</dd>
+<dt class="hdlist1">
--pickaxe-all
</dt>
<dd>