From: Nicolas Pitre Date: Wed, 1 Nov 2006 22:06:25 +0000 (-0500) Subject: remove .keep pack lock files when done with refs update X-Git-Tag: v1.4.4-rc1~5^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/576162a45f35e157427300066b0ff566ff698a0f?hp=576162a45f35e157427300066b0ff566ff698a0f remove .keep pack lock files when done with refs update This makes both git-fetch and git-push (fetch-pack and receive-pack) safe against a possible race with aparallel git-repack -a -d that could prune the new pack while it is not yet referenced, and remove the .keep file after refs have been updated. Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano ---