X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-instaweb.sh;h=cbc7418e3501b37a701a5177157733d97b405376;hb=9550a9cea9ee7a1f88c362a36a8ba0b4d7e205f4;hp=80adc8307b4310440b5de7df82c5200cc2c45cbb;hpb=cf2999eb4cbe39d5a40add574be9e5c019df758b;p=git.git diff --git a/git-instaweb.sh b/git-instaweb.sh index 80adc8307..cbc7418e3 100755 --- a/git-instaweb.sh +++ b/git-instaweb.sh @@ -15,11 +15,11 @@ case "$GIT_DIR" in fqgitdir="$PWD/$GIT_DIR" ;; esac -local="`git repo-config --bool --get instaweb.local`" -httpd="`git repo-config --get instaweb.httpd`" -browser="`git repo-config --get instaweb.browser`" -port=`git repo-config --get instaweb.port` -module_path="`git repo-config --get instaweb.modulepath`" +local="`git config --bool --get instaweb.local`" +httpd="`git config --get instaweb.httpd`" +browser="`git config --get instaweb.browser`" +port=`git config --get instaweb.port` +module_path="`git config --get instaweb.modulepath`" conf=$GIT_DIR/gitweb/httpd.conf