Hi, On Thu, 5 Mar 2009, John Tapsell wrote: > 2009/3/5 Johannes Schindelin <Johannes.Schindelin@xxxxxx>: > > > That reminds me of a personal gripe with "bisect run": You cannot use it > > like this: > > > > $ git bisect run 'make test' > > > > as it interprets 'make test' as a name of an executable. That makes > > 'bisect run' rather less useful to me. > > A very quick test seems to show that: > > $ git bisect run make test > > Works as you want. Maybe a quick example of this could be added to > the man page. Indeed, the source code agrees with you. Thanks, Dscho