diff --dirstat: saner handling of binary and unmerged files
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2008 01:37:15 +0000 (17:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2008 01:39:10 +0000 (17:39 -0800)
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 <gitster@pobox.com>
No differences found