]> Pileus Git - ~andy/git/blobdiff - git-rebase.sh
wt-status.h: declare global variables as extern
[~andy/git] / git-rebase.sh
index 6b9af962a9cee734510518e82cf2537441ed843a..bc0c1c4abc5032fe88bd22deeeb5fe5e0fee47f9 100755 (executable)
@@ -63,7 +63,7 @@ continue_merge () {
        cmt=`cat "$dotest/current"`
        if ! git diff-index --quiet HEAD --
        then
-               if ! git-commit -C "$cmt"
+               if ! git commit --no-verify -C "$cmt"
                then
                        echo "Commit failed, please do not call \"git commit\""
                        echo "directly, but instead do one of the following: "