]> git.ipfire.org Git - thirdparty/git.git/commit
git-bisect: modernization
authorJunio C Hamano <junkio@cox.net>
Fri, 6 Apr 2007 05:51:14 +0000 (22:51 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 6 Apr 2007 05:51:14 +0000 (22:51 -0700)
commit6fecf1915c5fd0b14e2ca2ec9e1a6b620abfb5c2
treeb3ff93eeac9b22afbde3dae1d6f379848d762620
parent6fe9c570ccd9f893d9a981cd8ea5f51dc21ceec8
git-bisect: modernization

This slightly modernizes the bisect script to use show-ref/for-each-ref
instead of looking into $GIT_DIR/refs files directly.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect.sh