Solved! (not entirely sure why, though!). Posting the solution here for future Googlers.
The solution is on StackOverflow http://stackoverflow.com/questions/4737381/git-editor-not-working-with-macvim The solution is this configuration: git config --global core.editor "mvim -f" Strange thing is the vim window *was* opening, but the file was blank. Now it correctly opens a "pick/edit/squash" file. Thanks for your interest, Thomas -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/llhmE4prdHYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
