rebase: invoke post-rewrite hook
[gitweb.git] / git-rebase--interactive.sh
index c2f6089de8dd74f9740d0ca4c5225248ec1bc1e7..4a69c38349aa3e7e912d03e6842686cfc95bfb9f 100755 (executable)
@@ -445,7 +445,7 @@ do_next () {
                mark_action_done
                pick_one $sha1 ||
                        die_with_patch $sha1 "Could not apply $sha1... $rest"
-               git commit --amend
+               git commit --amend --no-post-rewrite
                ;;
        edit|e)
                comment_for_reflog edit