Re: [PATCH v3 1/2] diff: Only count lines in show_shortstats
From: Junio C Hamano <hidden> Date: 2016-06-15 22:54:07
Alexander Strasser [off-list ref] writes:
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.
Thanks for a last-minute fix. Will apply directly to 'master'.