summaryrefslogtreecommitdiffstats
path: root/diff-options.txt
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 /diff-options.txt
parentc4e2a202f871f2ea28e7598befddf229f7cda9f5 (diff)
downloadgit-htmldocs-85f1fdef295d40098c723afbbbc650101868d697.tar.gz
Autogenerated HTML docs for v2.4.2-387-gf86f3
Diffstat (limited to 'diff-options.txt')
-rw-r--r--diff-options.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/diff-options.txt b/diff-options.txt
index b7c3afeb3..3ad6404db 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -43,10 +43,19 @@ endif::git-format-patch[]
ifndef::git-format-patch[]
--raw::
- Generate the raw format.
+ifndef::git-log[]
+ Generate the diff in raw format.
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[]