I turn on commit-msg file under git/hooks, and I want to use then file to verify commit messages. When I set git-editor as vim/vi, it works. But when I setup git editor as gvim, I found the commit-msg hook is bypassed.
Who can answer? thanks.
FYI: I use "git config core.editor vim/vi/gvim" to set git-editor as vim/vi/gvim.