[PATCH] index locking like everybody else
authorJunio C Hamano <junkio@cox.net>
Mon, 6 Jun 2005 19:20:55 +0000 (12:20 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 20:13:27 +0000 (13:13 -0700)
commit96cd5429a48235fe978ddcb4af56f13e5397cdeb
treedabbed8a076e5d8b524ea354cea2047705f48a47
parent90334cf780428f1ca68e5f29fb543e3605fb2fc1
[PATCH] index locking like everybody else

This patch teaches read-tree how to use the index file locking
helpers the same way "checkout-cache -u" and "update-cache" do.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
read-tree.c