]> git.ipfire.org Git - thirdparty/git.git/commit - read-cache.c
Racy GIT (part #2)
authorJunio C Hamano <junkio@cox.net>
Tue, 20 Dec 2005 20:12:18 +0000 (12:12 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Dec 2005 20:12:18 +0000 (12:12 -0800)
commit407c8eb0d09d4b84bbfda9e04895a35c8fd6fef6
treeadcc1c9a9794f69b21c5c39c9dd79520357df323
parent29e4d3635709778bcc808dbad0477efad82f8d7e
Racy GIT (part #2)

The previous round caught the most trivial case well, but broke
down once index file is updated again.  Smudge problematic
entries (they should be very few if any under normal interactive
workflow) before writing a new index file out.

Signed-off-by: Junio C Hamano <junkio@cox.net>
read-cache.c
t/t0010-racy-git.sh