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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jeff King 2011-11-08 16:29:30 -05:00 committed by Junio C Hamano
parent 8d19b44b31
commit 939ca96b0e

View File

@ -409,6 +409,7 @@ endif::git-format-patch[]
of lines, thereby fusing hunks that are close to each other. of lines, thereby fusing hunks that are close to each other.
ifndef::git-format-patch[] ifndef::git-format-patch[]
ifndef::git-log[]
--exit-code:: --exit-code::
Make the program exit with codes similar to diff(1). Make the program exit with codes similar to diff(1).
That is, it exits with 1 if there were differences and That is, it exits with 1 if there were differences and
@ -416,6 +417,7 @@ ifndef::git-format-patch[]
--quiet:: --quiet::
Disable all output of the program. Implies `--exit-code`. Disable all output of the program. Implies `--exit-code`.
endif::git-log[]
endif::git-format-patch[] endif::git-format-patch[]
--ext-diff:: --ext-diff::