git rebase and git merge both have "--abort" and "--quit" options for stopping a merge. The git imerge tool does not seem to have a similar option or command.
It would be nice if the tool had an analagous way to say "give up for now". It would also help to have documentation that shows how to resume a merge you stopped earlier.