t/t8006: Demonstrate blame is broken when cachetextconv is on
commitb1b14ec3f14edfc5f76643aaaac6548fc94fb47e
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Sat, 18 Dec 2010 14:54:11 +0000 (18 17:54 +0300)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Dec 2010 02:17:00 +0000 (19 18:17 -0800)
treee1f0e96f6d3c373c63a1d623abca81ce6c1b3e02
parent05bb5a2584ca0e1c87a2135a83c5573b9337d06f
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 <axel.bonnet@ensimag.imag.fr>
Cc: Clément Poulain <clement.poulain@ensimag.imag.fr>
Cc: Diane Gasselin <diane.gasselin@ensimag.imag.fr>
Cc: Jeff King <peff@peff.net>
Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t8006-blame-textconv.sh