summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2011-11-08 21:29:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-11-08 21:37:02 (GMT)
commit939ca96b0e871418ba5f43f0fe620d626305c67c (patch)
tree137c7061e4f451548b279e9184ab90abade569ef /Documentation
parent8d19b44b316411d6e3a90db257a4901580603884 (diff)
downloadgit-939ca96b0e871418ba5f43f0fe620d626305c67c.zip
git-939ca96b0e871418ba5f43f0fe620d626305c67c.tar.gz
git-939ca96b0e871418ba5f43f0fe620d626305c67c.tar.bz2
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.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 5c53bdb..66624a1 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::