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>
This commit is contained in:
parent
1bc6bf6dea
commit
b1c7946d0c
@ -55,6 +55,9 @@ OPTIONS
|
|||||||
paths. With this, the full diff is shown for commits that touch
|
paths. With this, the full diff is shown for commits that touch
|
||||||
the specified paths; this means that "<path>..." limits only
|
the specified paths; this means that "<path>..." limits only
|
||||||
commits, and doesn't limit diff for those commits.
|
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::
|
--log-size::
|
||||||
Before the log message print out its size in bytes. Intended
|
Before the log message print out its size in bytes. Intended
|
||||||
|
Loading…
Reference in New Issue
Block a user