diff: minor option combination fix.
authorJunio C Hamano <junkio@cox.net>
Mon, 22 May 2006 07:31:02 +0000 (00:31 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 22 May 2006 07:31:02 +0000 (00:31 -0700)
output_format == DIFFSTAT and with_stat == true does not make sense, and
the way the code is structured it causes trouble.  Avoid it.

Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found