summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Riesen <raa.lkml@gmail.com>2007-03-25 01:55:43 +0100
committerJunio C Hamano <junkio@cox.net>2007-03-24 22:32:55 -0700
commit2a18c266d04273be05ed29c589a5c29b8e68134d (patch)
tree5801e06d8d8cf1571bef97700ef5c5e0adb0833c
parentb5b8d8141af7d854cf481a640d07aed7bddfaaaa (diff)
downloadgit-2a18c266d04273be05ed29c589a5c29b8e68134d.tar.gz
Document --quiet option to git-diff
Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/diff-options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 77a3f78dd7..1689c74817 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -164,5 +164,8 @@
That is, it exits with 1 if there were differences and
0 means no differences.
+--quiet::
+ Disable all output of the program. Implies --exit-code.
+
For more detailed explanation on these common options, see also
link:diffcore.html[diffcore documentation].