]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-merge-octopus.sh
test-path-utils: offer to run a protectNTFS/protectHFS benchmark
[thirdparty/git.git] / git-merge-octopus.sh
index bcf0d92ec223bf9e1f0995c5acef6376d1299502..6c390d6c229d7ef8cca8ae01d33b42b57e29c3b3 100755 (executable)
@@ -100,7 +100,7 @@ do
        if test $? -ne 0
        then
                gettextln "Simple merge did not work, trying automatic merge."
-               git-merge-index -o git-merge-one-file -a ||
+               git merge-index -o git-merge-one-file -a ||
                OCTOPUS_FAILURE=1
                next=$(git write-tree 2>/dev/null)
        fi