+ Duy, main author of the worktree feature. On Thu, Jan 26, 2017 at 10:30 AM, <marcandre.lureau@xxxxxxxxxx> wrote: > From: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> > > It looks like it can do it. > > Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> > --- > git-bisect.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/git-bisect.sh b/git-bisect.sh > index ae3cb013e..b0bd604d4 100755 > --- a/git-bisect.sh > +++ b/git-bisect.sh > @@ -1,5 +1,6 @@ > #!/bin/sh > > +SUBDIRECTORY_OK=Yes > USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|replay|log|run]' > LONG_USAGE='git bisect help > print this long help message. > -- > 2.11.0.295.gd7dffce1c.dirty >