When running git merge, 99% of the time i want to use the default message, this change makes it so merge messages are edited with default editor. Before this change, emoji-commit errored with
error: Invalid value for '<out-path>': Must end with one of the following:
.git/COMMIT_EDITMSG
.git/rebase-merge/git-rebase-todo
.git/addp-hunk-edit.diff
Got the following path: "<repo>/.git/MERGE_MSG"
error: There was a problem with the editor 'emoji-commit'.
Not committing merge; use 'git commit' to complete the merge.
When running
git merge
, 99% of the time i want to use the default message, this change makes it so merge messages are edited with default editor. Before this change,emoji-commit
errored with