From: Kyle J. McKay Date: Sun, 8 Mar 2015 05:04:09 +0000 (-0800) Subject: git-instaweb: allow running in a working tree subdirectory X-Git-Tag: v2.4.0-rc0~35^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=130e475e1f8aa72e48dde43159a28232ff31fee6;p=thirdparty%2Fgit.git git-instaweb: allow running in a working tree subdirectory Signed-off-by: Kyle J. McKay Signed-off-by: Junio C Hamano --- 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"