diff options
author | Alex Riesen <raa.lkml@gmail.com> | 2007-03-25 01:55:43 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-24 22:32:55 -0700 |
commit | 2a18c266d04273be05ed29c589a5c29b8e68134d (patch) | |
tree | 5801e06d8d8cf1571bef97700ef5c5e0adb0833c /Documentation/diff-options.txt | |
parent | b5b8d8141af7d854cf481a640d07aed7bddfaaaa (diff) | |
download | git-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>
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 3 |
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]. |