summaryrefslogtreecommitdiffstats
path: root/git-diff-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-04-28 22:26:02 +0000
committerJunio C Hamano <junio@kernel.org>2011-04-28 22:26:02 +0000
commitb02377c2d2646d596e15bef1d0cc522023d26906 (patch)
treee841672b063a0bf7dc7f2d15e7751c0633a645be /git-diff-tree.html
parent209ebe834d6f29ff83e295db508f981713c9f0a7 (diff)
downloadgit-htmldocs-b02377c2d2646d596e15bef1d0cc522023d26906.tar.gz
Autogenerated HTML docs for v1.7.5-128-g50d30
Diffstat (limited to 'git-diff-tree.html')
-rw-r--r--git-diff-tree.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/git-diff-tree.html b/git-diff-tree.html
index d9be7c609..61e116b5e 100644
--- a/git-diff-tree.html
+++ b/git-diff-tree.html
@@ -528,6 +528,9 @@ git-diff-tree(1) Manual Page
can be set with <tt>--dirstat=&lt;limit&gt;</tt>. Changes in a child directory are not
counted for the parent directory, unless <tt>--cumulative</tt> is used.
</p>
+<div class="paragraph"><p>Note that the <tt>--dirstat</tt> option computes the changes while ignoring
+the amount of pure code movements within a file. In other words,
+rearranging lines in a file is not counted as much as other changes.</p></div>
</dd>
<dt class="hdlist1">
--dirstat-by-file[=&lt;limit&gt;]
@@ -822,6 +825,25 @@ another file.</p></div>
</p>
</dd>
<dt class="hdlist1">
+-D
+</dt>
+<dt class="hdlist1">
+--irreversible-delete
+</dt>
+<dd>
+<p>
+ Omit the preimage for deletes, i.e. print only the header but not
+ the diff between the preimage and <tt>/dev/null</tt>. The resulting patch
+ is not meant to be applied with <tt>patch</tt> nor <tt>git apply</tt>; this is
+ solely for people who want to just concentrate on reviewing the
+ text after the change. In addition, the output obviously lack
+ enough information to apply such a patch in reverse, even manually,
+ hence the name of the option.
+</p>
+<div class="paragraph"><p>When used together with <tt>-B</tt>, omit also the preimage in the deletion part
+of a delete/create pair.</p></div>
+</dd>
+<dt class="hdlist1">
-l&lt;num&gt;
</dt>
<dd>