]> git.ipfire.org Git - thirdparty/git.git/commit - read-cache.c
lazy index hashing
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Jan 2008 07:01:13 +0000 (23:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Jan 2008 07:01:13 +0000 (23:01 -0800)
commit9cb76b8cdc8ac62a77080595f6443613fd64bab3
tree4a212b4c8b39eba51631eb6e59c56c42e7c84cff
parentcf558704fb68514a820e3666968967c900e0fd29
lazy index hashing

This delays the hashing of index names until it becomes necessary for
the first time.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
read-cache.c