commit | 296c6bb21a6980f6e5b42f0790d6365c1e3f696f | [log] [tgz] |
---|---|---|
author | Christian Couder <chriscool@tuxfamily.org> | Wed May 26 04:50:12 2010 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jun 06 15:14:27 2010 -0700 |
tree | ee5833c88e3945984a5e87f5c428c5571c0efc8c | |
parent | dfea79004c54bc96143386d6ac22de500ba4f747 [diff] |
diff: fix "git show -C -C" output when renaming a binary file A bug was introduced in 3e97c7c6af2901cec63bf35fcd43ae3472e24af8 (No diff -b/-w output for all-whitespace changes, Nov 19 2009) that made the lines: diff --git a/bar b/sub/bar similarity index 100% rename from bar rename to sub/bar disappear from "git show -C -C" output when file bar is a binary file. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>