From: Michael J Gruber Date: Sun, 8 Aug 2010 15:31:34 +0000 (+0200) Subject: Documentation/git-log: Clarify --full-diff X-Git-Tag: v1.7.2.2~16 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b1c7946d0cdffb96e4db3b4888399903665e2506;p=git.git 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 --- 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 "..." 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