]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-rebase.sh
rebase -i: rewrite complete_action() in C
[thirdparty/git.git] / git-rebase.sh
index f3b10c7f62d1aaed445bf2b08ff926f253a49925..86da3816beec2d317b8cec04766bb1961aceb1f4 100755 (executable)
@@ -219,7 +219,7 @@ run_specific_rebase () {
        if test $ret -eq 0
        then
                finish_rebase
-       elif test $ret -eq 2 # special exit status for rebase -i
+       elif test $ret -eq 2 # special exit status for rebase -p
        then
                apply_autostash &&
                rm -rf "$state_dir" &&