t3010: update to demonstrate "ls-files -k" optimization pitfalls
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2013 20:51:09 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2013 21:16:00 +0000 (14:16 -0700)
An earlier draft of the previous step used cache_name_exists() to
check the directory we were looking at, which missed the second case
described in its log message. Demonstrate why it is not sufficient.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found