summaryrefslogtreecommitdiffstats
path: root/git-log.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-log.html
parentc4e2a202f871f2ea28e7598befddf229f7cda9f5 (diff)
downloadgit-htmldocs-85f1fdef295d40098c723afbbbc650101868d697.tar.gz
Autogenerated HTML docs for v2.4.2-387-gf86f3
Diffstat (limited to 'git-log.html')
-rw-r--r--git-log.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/git-log.html b/git-log.html
index ff036a440..b9f177a29 100644
--- a/git-log.html
+++ b/git-log.html
@@ -2264,7 +2264,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>
@@ -2714,7 +2717,11 @@ $ git log -2 --pretty=%h 4da45bef</code></pre>
</dt>
<dd>
<p>
- Generate the raw format.
+ For each commit, show a summary of changes using the raw diff
+ format. See the "RAW OUTPUT FORMAT" section of
+ <a href="git-diff.html">git-diff(1)</a>. This is different from showing the log
+ itself in raw format, which you can achieve with
+ <code>--format=raw</code>.
</p>
</dd>
<dt class="hdlist1">