git-bisect: use update-ref to mark good/bad commits
commit3d7cd64cb493e3e30e4398c7b6cd66ee38cb4418
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Nov 2007 08:42:04 +0000 (15 00:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Nov 2007 09:35:58 +0000 (16 01:35 -0800)
treef1c66cb57e07c5b5feb481d303c5361184a812ff
parente23cb8c0cc0fb9f18e7e7106e2eec692a7b10044
git-bisect: use update-ref to mark good/bad commits

This removes the last instance of making a ref by hand with
"echo SHA1 >.git/refs/$refname" from the script and replaces it
with update-ref.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh