I am trying to merge a git branch recursively into another git branch. In the past when it was a recursive merge and an automatic merge was successfully executed it would not require a manual commit, but now it gives me the following error:
mate -w: mate: command not found error: There was a problem with the editor 'mate -w'. Not committing merge; use 'git commit' to complete the merge.
Before this error started happening it would just automatically commit the merge, without me having to manually commit it. There are not any conflicts at all that I can see. I am using Sublime Text 2 as my text editor.