From: Junio C Hamano Date: Mon, 6 Jun 2005 19:20:55 +0000 (-0700) Subject: [PATCH] index locking like everybody else X-Git-Tag: v0.99~338 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/96cd5429a48235fe978ddcb4af56f13e5397cdeb?hp=96cd5429a48235fe978ddcb4af56f13e5397cdeb [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 Signed-off-by: Linus Torvalds ---