From: Junio C Hamano Date: Mon, 25 Feb 2008 01:37:15 +0000 (-0800) Subject: diff --dirstat: saner handling of binary and unmerged files X-Git-Tag: v1.5.5-rc0~155^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2b0b551d7662a4246ed55b6a7029ba3caa65cf98?hp=2b0b551d7662a4246ed55b6a7029ba3caa65cf98 diff --dirstat: saner handling of binary and unmerged files We do not account binary nor unmerged files when --shortstat is asked for (or the summary stat at the end of --stat). The new option --dirstat should work the same way as it is about summarizing the changes of multiple files by adding them up. Signed-off-by: Junio C Hamano ---