summaryrefslogtreecommitdiffstats
path: root/git-diff-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-11-21 17:37:37 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-11-21 17:37:37 +0000
commit3b70d3c788363466e56886d9fc5d316659cda627 (patch)
tree93140aff56d58afe94727490c401e1cbe78f2748 /git-diff-tree.html
parenta5574469119a1d5e9f98cc629e1959eca9719ba9 (diff)
downloadgit-htmldocs-3b70d3c788363466e56886d9fc5d316659cda627.tar.gz
Autogenerated HTML docs for v1.6.5.3-298-g39add
Diffstat (limited to 'git-diff-tree.html')
-rw-r--r--git-diff-tree.html45
1 files changed, 25 insertions, 20 deletions
diff --git a/git-diff-tree.html b/git-diff-tree.html
index 42d6f7904..72daac467 100644
--- a/git-diff-tree.html
+++ b/git-diff-tree.html
@@ -356,7 +356,8 @@ git-diff-tree(1) Manual Page
<dd>
<p>
Generate diffs with &lt;n&gt; lines of context instead of
- the usual three. Implies "-p".
+ the usual three.
+ Implies <tt>-p</tt>.
</p>
</dd>
<dt>
@@ -373,7 +374,7 @@ git-diff-tree(1) Manual Page
</dt>
<dd>
<p>
- Synonym for "-p --raw".
+ Synonym for <tt>-p --raw</tt>.
</p>
</dd>
<dt>
@@ -390,7 +391,7 @@ git-diff-tree(1) Manual Page
<dd>
<p>
Generate a diffstat. You can override the default
- output width for 80-column terminal by "--stat=width".
+ output width for 80-column terminal by <tt>--stat=width</tt>.
The width of the filename part can be controlled by
giving another width to it separated by a comma.
</p>
@@ -400,7 +401,7 @@ git-diff-tree(1) Manual Page
</dt>
<dd>
<p>
- Similar to --stat, but shows number of added and
+ Similar to <tt>--stat</tt>, but shows number of added and
deleted lines in decimal notation and pathname without
abbreviation, to make it more machine friendly. For
binary files, outputs two <tt>-</tt> instead of saying
@@ -412,7 +413,7 @@ git-diff-tree(1) Manual Page
</dt>
<dd>
<p>
- Output only the last line of the --stat format containing total
+ Output only the last line of the <tt>--stat</tt> format containing total
number of modified files, as well as number of added and deleted
lines.
</p>
@@ -425,8 +426,8 @@ git-diff-tree(1) Manual Page
Output the distribution of relative amount of changes (number of lines added or
removed) for each sub-directory. Directories with changes below
a cut-off percent (3% by default) are not shown. The cut-off percent
- can be set with "--dirstat=limit". Changes in a child directory is not
- counted for the parent directory, unless "--cumulative" is used.
+ can be set with <tt>--dirstat=limit</tt>. Changes in a child directory is not
+ counted for the parent directory, unless <tt>--cumulative</tt> is used.
</p>
</dd>
<dt>
@@ -434,7 +435,7 @@ git-diff-tree(1) Manual Page
</dt>
<dd>
<p>
- Same as --dirstat, but counts changed files instead of lines.
+ Same as <tt>--dirstat</tt>, but counts changed files instead of lines.
</p>
</dd>
<dt>
@@ -451,8 +452,7 @@ git-diff-tree(1) Manual Page
</dt>
<dd>
<p>
- Synonym for "-p --stat".
-
+ Synonym for <tt>-p --stat</tt>.
</p>
</dd>
<dt>
@@ -460,9 +460,9 @@ git-diff-tree(1) Manual Page
</dt>
<dd>
<p>
- NUL-line termination on output. This affects the --raw
+ NUL-line termination on output. This affects the <tt>--raw</tt>
output field terminator. Also output from commands such
- as "git-log" will be delimited with NUL between commits.
+ as <tt>git-log</tt> will be delimited with NUL between commits.
</p>
</dd>
<dt>
@@ -566,8 +566,8 @@ override configuration settings.</p></div>
</dt>
<dd>
<p>
- In addition to --full-index, output "binary diff" that
- can be applied with "git apply".
+ In addition to <tt>--full-index</tt>, output a binary diff that
+ can be applied with <tt>git-apply</tt>.
</p>
</dd>
<dt>
@@ -578,9 +578,9 @@ override configuration settings.</p></div>
Instead of showing the full 40-byte hexadecimal object
name in diff-raw format output and diff-tree header
lines, show only a partial prefix. This is
- independent of --full-index option above, which controls
+ independent of the <tt>--full-index</tt> option above, which controls
the diff-patch output format. Non default number of
- digits can be specified with --abbrev=&lt;n&gt;.
+ digits can be specified with <tt>--abbrev=&lt;n&gt;</tt>.
</p>
</dd>
<dt>
@@ -643,7 +643,7 @@ override configuration settings.</p></div>
</dt>
<dd>
<p>
- -M and -C options require O(n^2) processing time where n
+ The <tt>-M</tt> and <tt>-C</tt> options require O(n^2) processing time where n
is the number of potential rename/copy targets. This
option prevents rename/copy detection from running if
the number of rename/copy targets exceeds the specified
@@ -666,7 +666,7 @@ override configuration settings.</p></div>
</dt>
<dd>
<p>
- When -S finds a change, show all the changes in that
+ When <tt>-S</tt> finds a change, show all the changes in that
changeset, not just the files that contain the change
in &lt;string&gt;.
</p>
@@ -780,7 +780,7 @@ override configuration settings.</p></div>
</dt>
<dd>
<p>
- Disable all output of the program. Implies --exit-code.
+ Disable all output of the program. Implies <tt>--exit-code</tt>.
</p>
</dd>
<dt>
@@ -1323,6 +1323,11 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
</li>
<li>
<p>
+<em>%N</em>: commit notes
+</p>
+</li>
+<li>
+<p>
<em>%gD</em>: reflog selector, e.g., <tt>refs/stash@{1}</tt>
</p>
</li>
@@ -2013,7 +2018,7 @@ the pathname, but if that is <tt>NUL</tt>, the record will show two paths.</p></
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-11-15 09:57:05 UTC
+Last updated 2009-11-21 17:36:54 UTC
</div>
</div>
</body>