author | Junio C Hamano <gitster@pobox.com> | |
Thu, 15 Nov 2007 08:42:04 +0000 (00:42 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 16 Nov 2007 09:35:58 +0000 (01:35 -0800) | ||
commit | 3d7cd64cb493e3e30e4398c7b6cd66ee38cb4418 | |
tree | f1c66cb57e07c5b5feb481d303c5361184a812ff | tree | snapshot |
parent | e23cb8c0cc0fb9f18e7e7106e2eec692a7b10044 | commit | diff |
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>
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 | diff | blob | history |