From: Junio C Hamano Date: Wed, 26 Apr 2006 06:40:09 +0000 (-0700) Subject: diff --stat: show complete rewrites consistently. X-Git-Tag: v1.4.1-rc1~181^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/710158e3ca3f45a30e08a50dadf427fe95311b9c?hp=710158e3ca3f45a30e08a50dadf427fe95311b9c diff --stat: show complete rewrites consistently. The patch format shows complete rewrite as deletion of all old lines followed by addition of all new lines. Count lines consistenly with that when doing diffstat. Signed-off-by: Junio C Hamano ---