Browse Source

git-instaweb: allow running in a working tree subdirectory

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Kyle J. McKay 10 years ago committed by Junio C Hamano
parent
commit
130e475e1f
  1. 1
      git-instaweb.sh

1
git-instaweb.sh

@ -20,6 +20,7 @@ start start the web server @@ -20,6 +20,7 @@ start start the web server
restart restart the web server
"

SUBDIRECTORY_OK=Yes
. git-sh-setup

fqgitdir="$GIT_DIR"

Loading…
Cancel
Save