summaryrefslogtreecommitdiffstats
path: root/git-diff.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-07-29 08:35:21 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-07-29 08:35:21 +0000
commit543f8d61eb235820aecefde6e46ec90e9803a6d8 (patch)
tree927a67cd988e0c71e5bb57625adf32abcbdbb947 /git-diff.html
parentceec6ab20672c752adf280cfbacca126f01b7411 (diff)
downloadgit-htmldocs-543f8d61eb235820aecefde6e46ec90e9803a6d8.tar.gz
Autogenerated HTML docs for v1.6.4
Diffstat (limited to 'git-diff.html')
-rw-r--r--git-diff.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/git-diff.html b/git-diff.html
index 5c3f36b44..375ed3f0e 100644
--- a/git-diff.html
+++ b/git-diff.html
@@ -914,9 +914,9 @@ override configuration settings.</p></div>
</dd>
</dl></div>
</div>
-<h2 id="_output_format">Output format</h2>
+<h2 id="_raw_output_format">Raw output format</h2>
<div class="sectionbody">
-<div class="para"><p>The output format from "git-diff-index", "git-diff-tree",
+<div class="para"><p>The raw output format from "git-diff-index", "git-diff-tree",
"git-diff-files" and "git diff --raw" are very similar.</p></div>
<div class="para"><p>These commands all compare two sets of things; what is
compared differs:</p></div>
@@ -954,6 +954,9 @@ git-diff-files [&lt;pattern&gt;&#8230;]
</p>
</dd>
</dl></div>
+<div class="para"><p>The "git-diff-tree" command begins its ouput by printing the hash of
+what is being compared. After that, all the commands print one output
+line per changed file.</p></div>
<div class="para"><p>An output line is formatted this way:</p></div>
<div class="listingblock">
<div class="content">
@@ -1604,7 +1607,7 @@ Output diff in reverse.
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-07-01 02:30:49 UTC
+Last updated 2009-07-29 08:35:00 UTC
</div>
</div>
</body>