From 130e475e1f8aa72e48dde43159a28232ff31fee6 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sat, 7 Mar 2015 21:04:09 -0800 Subject: [PATCH] git-instaweb: allow running in a working tree subdirectory Signed-off-by: Kyle J. McKay Signed-off-by: Junio C Hamano --- git-instaweb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/git-instaweb.sh b/git-instaweb.sh index 513efa662e..4c0af04fe9 100755 --- a/git-instaweb.sh +++ b/git-instaweb.sh @@ -20,6 +20,7 @@ start start the web server restart restart the web server " +SUBDIRECTORY_OK=Yes . git-sh-setup fqgitdir="$GIT_DIR" -- 2.11.4.GIT