Hi, On Sun, 14 Oct 2007, Christian Couder wrote: > diff --git a/git-bisect.sh b/git-bisect.sh > index 847250c..e12125f 100755 > --- a/git-bisect.sh > +++ b/git-bisect.sh > @@ -132,6 +131,7 @@ bisect_write() { > esac > echo "$rev" >"$GIT_DIR/refs/bisect/$tag" > echo "# $state: "$(git show-branch $rev) >>"$GIT_DIR/BISECT_LOG" > + test -z "$nolog" && echo "git-bisect $state $rev" >>"$GIT_DIR/BISECT_LOG" > } Isn't a nolog="$3" missing from bisect_write()? Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html