git-bisect: typofix
commit673e58389fd8531ee1ac191350c2c10b1656486e
authorJunio C Hamano <junkio@cox.net>
Fri, 23 Mar 2007 20:15:21 +0000 (23 13:15 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 23 Mar 2007 20:15:21 +0000 (23 13:15 -0700)
tree7474ec8b90ef3ca10eee537de4788b4c2b212d58
parentabba9dbbf450d4037a5e2054250f197169ac63eb
git-bisect: typofix

The branch you are on while bisecting is always "bisect", and
checking for "refs/heads/bisect*" is wrong.  Only check if it is
exactly "refs/heads/bisect".

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