When using a gui text editor (for example, editing komodo) as the main editor for git (fixing messages), this editor process should not be forked, otherwise git will accept an empty commit message because it "thinks" the editor will already be finished, not returning text to use as a commit message. But I could not find any version of the command line (under ubuntu) for editing komodo, so as not to fork at startup and not even hinted at the network so far. For example, for the gVim editor, there is a -f command line parameter that forces the editor to not fork, so the process will only return to git after closing the editor.
So here is my question: is there a (simple) opportunity to use komodo editing in non-forking mode so that it can be used as the main editor for git commit messages?
With respect, Roman.
source share