Browse Source

Document --quiet option to git-diff

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Alex Riesen 18 years ago committed by Junio C Hamano
parent
commit
2a18c266d0
  1. 3
      Documentation/diff-options.txt

3
Documentation/diff-options.txt

@ -164,5 +164,8 @@ @@ -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].

Loading…
Cancel
Save