From 2a18c266d04273be05ed29c589a5c29b8e68134d Mon Sep 17 00:00:00 2001 From: Alex Riesen Date: Sun, 25 Mar 2007 01:55:43 +0100 Subject: [PATCH] Document --quiet option to git-diff Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano --- Documentation/diff-options.txt | 3 +++ 1 file changed, 3 insertions(+) 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]. -- GitLab