author | Junio C Hamano <junkio@cox.net> | |
Fri, 23 Mar 2007 20:15:21 +0000 (13:15 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 23 Mar 2007 20:15:21 +0000 (13:15 -0700) | ||
commit | 673e58389fd8531ee1ac191350c2c10b1656486e | |
tree | 7474ec8b90ef3ca10eee537de4788b4c2b212d58 | tree | snapshot |
parent | abba9dbbf450d4037a5e2054250f197169ac63eb | commit | diff |
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>
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 | diff | blob | history |