X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-commit.sh;h=330a434b1891a67f78dfbb665558efef868bb704;hb=bd494fc76be09ab61f8285f1299e2474b0554a81;hp=d9ec1f14d9ec3336c4c772d0c03f30d5f1511d56;hpb=f2fea68a0fc29c6378748853abb01aed1c462a50;p=git.git diff --git a/git-commit.sh b/git-commit.sh index d9ec1f14..330a434b 100755 --- a/git-commit.sh +++ b/git-commit.sh @@ -609,7 +609,7 @@ fi test -z "$only_include_assumed" || echo "$only_include_assumed" run_status } >>"$GIT_DIR"/COMMIT_EDITMSG -if [ "$?" != "0" -a ! -f "$GIT_DIR/MERGE_HEAD" ] +if [ "$?" != "0" -a ! -f "$GIT_DIR/MERGE_HEAD" -a -z "$amend" ] then rm -f "$GIT_DIR/COMMIT_EDITMSG" run_status