[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.
authorJunio C Hamano <junkio@cox.net>
Tue, 24 May 2005 09:05:08 +0000 (02:05 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 25 May 2005 00:47:05 +0000 (17:47 -0700)
commitd0309355c9d0df60836b0610169044873f791caf
tree04bf86557103c46f9322579e01f89c7a7b7856d2
parent320d3a1b1aa04d75f0aaff3cc7cf582e144a84c6
[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.

Instead of checking silent flag all over the place, simply use
the NO_OUTPUT option diffcore provides to suppress the diff
output.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-tree.c