From: Timo Hirvonen Date: Sat, 24 Jun 2006 17:25:08 +0000 (+0300) Subject: DIFF_FORMAT_RAW is not default anymore X-Git-Tag: v1.4.2-rc1~85^2~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0e677e1a6b0d1c0e848ed19d18dda1c3c797c75e?ds=inline;hp=0e677e1a6b0d1c0e848ed19d18dda1c3c797c75e DIFF_FORMAT_RAW is not default anymore 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 Signed-off-by: Junio C Hamano ---