From: Jeff King Date: Tue, 8 Nov 2011 21:29:30 +0000 (-0500) Subject: docs: don't mention --quiet or --exit-code in git-log(1) X-Git-Tag: v1.7.7.3~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=939ca96b0e871418ba5f43f0fe620d626305c67c;p=git.git docs: don't mention --quiet or --exit-code in git-log(1) These are diff-options, but they don't actually make sense in the context of log. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 5c53bdba9..66624a176 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -409,6 +409,7 @@ endif::git-format-patch[] of lines, thereby fusing hunks that are close to each other. ifndef::git-format-patch[] +ifndef::git-log[] --exit-code:: Make the program exit with codes similar to diff(1). That is, it exits with 1 if there were differences and @@ -416,6 +417,7 @@ ifndef::git-format-patch[] --quiet:: Disable all output of the program. Implies `--exit-code`. +endif::git-log[] endif::git-format-patch[] --ext-diff::