6
votes
1answer
520 views

Is it possible to use komodo edit as git core.editor (i.e. without forking)?

When using a gui text editor (e.g. komodo edit) as core editor for git (commit messages), that editor process must not be forked or else git will assume an empty commit message, because it "thinks" ...