diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2010-08-08 17:31:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-09 11:53:32 -0700 |
commit | b1c7946d0cdffb96e4db3b4888399903665e2506 (patch) | |
tree | 81a0f2e7d5ffffc415c9aba7e6866a3f7b46c543 /Documentation/git-log.txt | |
parent | 1bc6bf6dea0ec3703f2844d838207f2b31ef4ff8 (diff) | |
download | git-b1c7946d0cdffb96e4db3b4888399903665e2506.tar.gz |
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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 "<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 |