summaryrefslogtreecommitdiffstats
path: root/git-diff-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-06-01 13:37:32 -0700
committerJunio C Hamano <gitster@pobox.com>2015-06-01 13:37:32 -0700
commit85f1fdef295d40098c723afbbbc650101868d697 (patch)
tree0cec3790ff766c157703bf9bff3e1fc4b2deca92 /git-diff-tree.html
parentc4e2a202f871f2ea28e7598befddf229f7cda9f5 (diff)
downloadgit-htmldocs-85f1fdef295d40098c723afbbbc650101868d697.tar.gz
Autogenerated HTML docs for v2.4.2-387-gf86f3
Diffstat (limited to 'git-diff-tree.html')
-rw-r--r--git-diff-tree.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-diff-tree.html b/git-diff-tree.html
index 15c0b8795..eb198dfd7 100644
--- a/git-diff-tree.html
+++ b/git-diff-tree.html
@@ -812,7 +812,7 @@ git-diff-tree(1) Manual Page
</dt>
<dd>
<p>
- Generate the raw format.
+ Generate the diff in raw format.
This is the default.
</p>
</dd>
@@ -2027,7 +2027,10 @@ stored in the commit object. Notably, the SHA-1s are
displayed in full, regardless of whether --abbrev or
--no-abbrev are used, and <em>parents</em> information show the
true parent commits, without taking grafts or history
-simplification into account.</p></div>
+simplification into account. Note that this format affects the way
+commits are displayed, but not the way the diff is shown e.g. with
+<code>git log --raw</code>. To get full object names in a raw diff format,
+use <code>--no-abbrev</code>.</p></div>
</li>
<li>
<p>