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