author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | |
Thu, 22 Mar 2007 16:18:08 +0000 (17:18 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 23 Mar 2007 08:48:29 +0000 (01:48 -0700) | ||
commit | cc65343a8436896f4c78f5f802595870784df454 | |
tree | 62a06bb840252ad240bd93bc5186b845c0b0417f | tree | snapshot |
parent | 3007a78033fec09b97ff1ca816a2d23c292dd956 | commit | diff |
Bisect: convert revs given to good and bad to commits
Without this the rev could be (e.g.) a tag and then the condition to end the
bisect might fail and you have to check the already known to be bad revision
once more.
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Without this the rev could be (e.g.) a tag and then the condition to end the
bisect might fail and you have to check the already known to be bad revision
once more.
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect.sh | diff | blob | history |