From: Junio C Hamano Date: Mon, 1 Jun 2015 19:45:17 +0000 (-0700) Subject: Merge branch 'mm/log-format-raw-doc' X-Git-Tag: v2.5.0-rc0~61 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/abcbafedbfbd5994ad604bab141c0ba18f5a19df Merge branch 'mm/log-format-raw-doc' Clarify that "log --raw" and "log --format=raw" are unrelated concepts. * mm/log-format-raw-doc: Documentation/log: clarify sha1 non-abbreviation in log --raw Documentation/log: clarify what --raw means --- abcbafedbfbd5994ad604bab141c0ba18f5a19df diff --cc Documentation/diff-options.txt index b7c3afeb3a,5e726e1e77..3ad6404dbc --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@@ -43,10 -41,17 +43,19 @@@ endif::git-format-patch[ ifndef::git-format-patch[] --raw:: - Generate the raw format. + ifndef::git-log[] + Generate the diff in raw format. - {git-diff-core? This is the default.} +ifdef::git-diff-core[] + This is the default. +endif::git-diff-core[] + endif::git-log[] + ifdef::git-log[] + For each commit, show a summary of changes using the raw diff + format. See the "RAW OUTPUT FORMAT" section of + linkgit:git-diff[1]. This is different from showing the log + itself in raw format, which you can achieve with + `--format=raw`. + endif::git-log[] endif::git-format-patch[] ifndef::git-format-patch[]