author | Junio C Hamano <junkio@cox.net> | |
Tue, 20 Dec 2005 20:12:18 +0000 (12:12 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 20 Dec 2005 20:12:18 +0000 (12:12 -0800) | ||
commit | 407c8eb0d09d4b84bbfda9e04895a35c8fd6fef6 | |
tree | adcc1c9a9794f69b21c5c39c9dd79520357df323 | tree | snapshot |
parent | 29e4d3635709778bcc808dbad0477efad82f8d7e | commit | diff |
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>
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 | diff | blob | history | |
t/t0010-racy-git.sh | diff | blob | history |