From: Alex Riesen Date: Sun, 25 Mar 2007 00:55:43 +0000 (+0100) Subject: Document --quiet option to git-diff X-Git-Tag: v1.5.1-rc2~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a18c266d04273be05ed29c589a5c29b8e68134d;p=git.git Document --quiet option to git-diff Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 77a3f78dd..1689c7481 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].