I am learning, and experimenting. I was experimenting with "git merge", forgot the "--no-commit", and discovered the hard way that aborting the editor that comes up without saving does NOT abort the merge.
And git merge --abort fails, because the merge succeeded.
Git Gui has a way to amend the comment of the last merge, but no way to undo it. I figure this should be simple, but I don't know how.