Code

Teach the revision walker to walk by reflogs with --walk-reflogs
[git.git] / git-instaweb.sh
index 08362f43c0828ad52f1c0c52904dabe237fa90ec..80adc8307b4310440b5de7df82c5200cc2c45cbb 100755 (executable)
@@ -53,6 +53,9 @@ start_httpd () {
                                return
                        fi
                done
+               echo "$httpd_only not found. Install $httpd_only or use" \
+                    "--httpd to specify another http daemon."
+               exit 1
        fi
        if test $? != 0; then
                echo "Could not execute http daemon $httpd."