DIFF_FORMAT_RAW is not default anymore
authorTimo Hirvonen <tihirvon@gmail.com>
Sat, 24 Jun 2006 17:25:08 +0000 (20:25 +0300)
committerJunio C Hamano <junkio@cox.net>
Mon, 26 Jun 2006 21:58:41 +0000 (14:58 -0700)
diff_setup() used to initialize output_format to DIFF_FORMAT_RAW. Now
the default is 0 (no output) so don't compare against DIFF_FORMAT_RAW to
see if any diff format command line flags were given.

Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found