Git development
 help / color / mirror / Atom feed
* [PATCH] git-bisect: allow running in a working tree subdirectory
@ 2017-01-26 18:30 marcandre.lureau
  2017-01-26 18:46 ` Stefan Beller
  2017-01-26 21:46 ` Johannes Sixt
  0 siblings, 2 replies; 5+ messages in thread
From: marcandre.lureau @ 2017-01-26 18:30 UTC (permalink / raw)
  To: git; +Cc: chriscool, Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

It looks like it can do it.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-26 23:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-26 18:30 [PATCH] git-bisect: allow running in a working tree subdirectory marcandre.lureau
2017-01-26 18:46 ` Stefan Beller
2017-01-26 19:34   ` Junio C Hamano
2017-01-26 21:46 ` Johannes Sixt
2017-01-26 23:22   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox