filter-branch documentation: some more touch-ups.
[gitweb.git] / git-ls-remote.sh
index a6ed99a7c52ac557b01e4dbf271abdf5b9a18b4b..3671f3433e82f7c54e09e90b411a63f1f068210d 100755 (executable)
@@ -58,7 +58,7 @@ http://* | https://* | ftp://* )
             curl_extra_args="-k"
         fi
        if [ -n "$GIT_CURL_FTP_NO_EPSV" -o \
-               "`git-config --bool http.noEPSV`" = true ]; then
+               "`git config --bool http.noEPSV`" = true ]; then
                curl_extra_args="${curl_extra_args} --disable-epsv"
        fi
        curl -nsf $curl_extra_args --header "Pragma: no-cache" "$peek_repo/info/refs" ||