summaryrefslogtreecommitdiffstats
path: root/git-rev-list.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-rev-list.html
parentc4e2a202f871f2ea28e7598befddf229f7cda9f5 (diff)
downloadgit-htmldocs-85f1fdef295d40098c723afbbbc650101868d697.tar.gz
Autogenerated HTML docs for v2.4.2-387-gf86f3
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 3e9425ee4..9d36e4b0f 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -2313,7 +2313,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>
@@ -2725,7 +2728,7 @@ $ git log -2 --pretty=%h 4da45bef</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-01-12 15:41:57 PST
+Last updated 2015-05-22 13:47:07 PDT
</div>
</div>
</body>