From b1c7946d0cdffb96e4db3b4888399903665e2506 Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Sun, 8 Aug 2010 17:31:34 +0200 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- Documentation/git-log.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index e970664fe1..c213bdbdc5 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 "..." 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 -- 2.11.4.GIT