Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-log: Clarify --full-diff
author
Michael J Gruber
<git@drmicha.warpmail.net>
Sun, 8 Aug 2010 15:31:34 +0000
(17:31 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Aug 2010 18:53:32 +0000
(11:53 -0700)
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>
Documentation/git-log.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
1bc6bf6
)
diff --git
a/Documentation/git-log.txt
b/Documentation/git-log.txt
index e970664fe1a47c3f35f0f7c60b6c8f9781caed31..c213bdbdc500b1117805bc84cb2a0f31eeff3bcd 100644
(file)
--- 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