Re: [PATCH] git-bisect: allow running in a working tree subdirectory

2017-01-26 Thread Junio C Hamano
Johannes Sixt writes: > Am 26.01.2017 um 19:30 schrieb marcandre.lur...@redhat.com: >> From: Marc-André Lureau >> >> It looks like it can do it. >> >> Signed-off-by: Marc-André Lureau >> --- >> git-bisect.sh | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/git-bisect.sh b/git-bisect

Re: [PATCH] git-bisect: allow running in a working tree subdirectory

2017-01-26 Thread Johannes Sixt
Am 26.01.2017 um 19:30 schrieb marcandre.lur...@redhat.com: From: Marc-André Lureau It looks like it can do it. Signed-off-by: Marc-André Lureau --- 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-bis

Re: [PATCH] git-bisect: allow running in a working tree subdirectory

2017-01-26 Thread Junio C Hamano
Stefan Beller writes: > + Duy, main author of the worktree feature. > > On Thu, Jan 26, 2017 at 10:30 AM, wrote: >> From: Marc-André Lureau >> >> It looks like it can do it. >> >> Signed-off-by: Marc-André Lureau >> --- I do not think the OP meant by "a working tree subdirectory" using the c

Re: [PATCH] git-bisect: allow running in a working tree subdirectory

2017-01-26 Thread Stefan Beller
+ Duy, main author of the worktree feature. On Thu, Jan 26, 2017 at 10:30 AM, wrote: > From: Marc-André Lureau > > It looks like it can do it. > > Signed-off-by: Marc-André Lureau > --- > git-bisect.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/git-bisect.sh b/git-bisect.sh > in

[PATCH] git-bisect: allow running in a working tree subdirectory

2017-01-26 Thread marcandre . lureau
From: Marc-André Lureau It looks like it can do it. Signed-off-by: Marc-André Lureau --- 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 +SUBDI