commit | c04a7155a03e5ef089864912769baf9001f64aa9 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Tue Feb 12 17:06:58 2008 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Apr 09 01:25:28 2008 -0700 |
tree | 3f909468ce65e9c870069276deea2dbae4788035 | |
parent | 2a5fe2545882721d6841bad11dae0f15b454bf0d [diff] |
diff: make --dirstat binary-file safe Instead of counting added and removed lines (and mixing the byte size reported for binary files in the result), summarize the extent of damage the same way as we count similarity for rename detection. Signed-off-by: Junio C Hamano <gitster@pobox.com>