From: Junio C Hamano Date: Mon, 22 May 2006 07:31:02 +0000 (-0700) Subject: diff: minor option combination fix. X-Git-Tag: v1.4.1-rc1~75^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5e363541d0431b640e4bbbafb2941d1c64fa13c4?ds=inline;hp=5e363541d0431b640e4bbbafb2941d1c64fa13c4 diff: minor option combination fix. 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 ---