Fix multi-paragraph list items in OPTIONS section
[gitweb.git] / git-pull.sh
index 17fda26721b7203faffd68bd178d5b757252d4d8..29c14e148e1ff5b6f7bc0d8aca705961f0957eb8 100755 (executable)
@@ -70,14 +70,14 @@ case "$merge_head" in
        exit 0
        ;;
 ?*' '?*)
-       var=`git repo-config --get pull.octopus`
+       var=`git-repo-config --get pull.octopus`
        if test -n "$var"
        then
                strategy_default_args="-s $var"
        fi
        ;;
 *)
-       var=`git repo-config --get pull.twohead`
+       var=`git-repo-config --get pull.twohead`
        if test -n "$var"
         then
                strategy_default_args="-s $var"