Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information