From: Alexander Strasser Date: Fri, 15 Jun 2012 21:50:30 +0000 (+0200) Subject: diff: Only count lines in show_shortstats X-Git-Tag: v1.7.11~3^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/de9658b511377e9eaa2c58a8c3885a1a01b94be8?hp=de9658b511377e9eaa2c58a8c3885a1a01b94be8 diff: Only count lines in show_shortstats 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 Signed-off-by: Junio C Hamano ---