On 10/14/07, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > 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()? Good catch, I've amended the commit and replaced q/cc/bisect-dunno with this series. -- larsh - 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