Make index file locking code reusable to others.
authorJunio C Hamano <junkio@cox.net>
Tue, 6 Jun 2006 19:51:49 +0000 (12:51 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Jun 2006 21:30:58 +0000 (14:30 -0700)
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 <junkio@cox.net>

No differences found