diff options
author | Jeff King <peff@peff.net> | 2011-11-08 16:29:30 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-08 13:37:02 -0800 |
commit | 939ca96b0e871418ba5f43f0fe620d626305c67c (patch) | |
tree | 137c7061e4f451548b279e9184ab90abade569ef /Documentation | |
parent | 8d19b44b316411d6e3a90db257a4901580603884 (diff) | |
download | git-939ca96b0e871418ba5f43f0fe620d626305c67c.tar.gz git-939ca96b0e871418ba5f43f0fe620d626305c67c.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/diff-options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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:: |