]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-instaweb: allow running in a working tree subdirectory
authorKyle J. McKay <mackyle@gmail.com>
Sun, 8 Mar 2015 05:04:09 +0000 (21:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Mar 2015 22:10:33 +0000 (15:10 -0700)
Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-instaweb.sh

index 513efa662e86cb157b8690bfb025556fa0c836f0..4c0af04fe9be877a4728e610361244500785bf08 100755 (executable)
@@ -20,6 +20,7 @@ start          start the web server
 restart        restart the web server
 "
 
+SUBDIRECTORY_OK=Yes
 . git-sh-setup
 
 fqgitdir="$GIT_DIR"