commit | aeabab5c712d5acae4a2836272d641acbb87b893 | [log] [tgz] |
---|---|---|
author | Kjetil Barvik <barvik@broadpark.no> | Sun Jan 18 16:14:53 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jan 18 13:58:31 2009 -0800 |
tree | e9f841e9c13ee1b92da97143fca8063a82213845 | |
parent | bad4a54fa6fe8a9bbdfb5c3e413268eefde69b75 [diff] |
lstat_cache(): introduce invalidate_lstat_cache() function In some cases it could maybe be necessary to say to the cache that "Hey, I deleted/changed the type of this pathname and if you currently have it inside your cache, you should deleted it". This patch introduce a function which support this. Signed-off-by: Kjetil Barvik <barvik@broadpark.no> Signed-off-by: Junio C Hamano <gitster@pobox.com>