diff: Only count lines in show_shortstats
authorAlexander Strasser <eclipse7@gmx.net>
Fri, 15 Jun 2012 21:50:30 +0000 (23:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jun 2012 22:00:04 +0000 (15:00 -0700)
Do not mix byte and line counts. Binary files have byte counts;
skip them when accumulating line insertions/deletions.

The regression was introduced in e18872b.

Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found