aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2010-08-08 17:31:34 +0200
committerJunio C Hamano <gitster@pobox.com>2010-08-09 11:53:32 -0700
commitb1c7946d0cdffb96e4db3b4888399903665e2506 (patch)
tree81a0f2e7d5ffffc415c9aba7e6866a3f7b46c543 /Documentation/git-log.txt
parent1bc6bf6dea0ec3703f2844d838207f2b31ef4ff8 (diff)
downloadgit-b1c7946d0cdffb96e4db3b4888399903665e2506.tar.gz
git-b1c7946d0cdffb96e4db3b4888399903665e2506.tar.xz
Documentation/git-log: Clarify --full-diff
The current description gives the impression that "--full-diff" affects "log -p" only. Make it clearer that it affects all diff-based output types. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r--Documentation/git-log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index e970664fe..c213bdbdc 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -55,6 +55,9 @@ OPTIONS
paths. With this, the full diff is shown for commits that touch
the specified paths; this means that "<path>..." limits only
commits, and doesn't limit diff for those commits.
++
+Note that this affects all diff-based output types, e.g. those
+produced by --stat etc.
--log-size::
Before the log message print out its size in bytes. Intended