From: Kirill Smelkov Date: Sat, 18 Dec 2010 14:54:11 +0000 (+0300) Subject: t/t8006: Demonstrate blame is broken when cachetextconv is on X-Git-Tag: v1.7.4-rc0~15^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b1b14ec3f14edfc5f76643aaaac6548fc94fb47e?ds=sidebyside;hp=b1b14ec3f14edfc5f76643aaaac6548fc94fb47e t/t8006: Demonstrate blame is broken when cachetextconv is on I have a git repository with lots of .doc and .pdf files. There diff works ok, but blaming is painfully slow without textconv cache, and with textconv cache, blame says lots of lines are 'Not Yet Committed' which is wrong. Here is a test that demonstrates the problem. Cc: Axel Bonnet Cc: Clément Poulain Cc: Diane Gasselin Cc: Jeff King Signed-off-by: Kirill Smelkov Signed-off-by: Junio C Hamano ---