I would like to implement a client git hook (type commit-msg) to check for a commit message. I made a working hook - it works fine when using the git console. But Visual Studio 2015 git's built-in plugin (Team Explorer) doesn't seem to take it into account and just skips these interceptors.
Has anyone tried to do the same with success? I read the Internet, and it seems the problem is not resolved, but I believe in you! :)
I want to check if the jira issue key commit message contains.
git visual-studio visual-studio-2015 hook
Pawel
source share