From: Junio C Hamano Date: Tue, 6 Jun 2006 19:51:49 +0000 (-0700) Subject: Make index file locking code reusable to others. X-Git-Tag: v1.4.0-rc2~15^2~2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=021b6e454944a4fba878651ebf9bfe0a3f6c3077;hp=021b6e454944a4fba878651ebf9bfe0a3f6c3077;p=git.git Make index file locking code reusable to others. The framework to create lockfiles that are removed at exit is first used to reliably write the index file, but it is applicable to other things, so stop calling it "cache_file". This also rewords a few remaining error message that called the index file "cache file". Signed-off-by: Junio C Hamano ---