Our team has recently implemented stricter commit messages when committing/pushing changes to github. I have created a script to apply to the client side .git hooks (commit-msg) which prevents an incorrectly formatted commit from being entered. This script works for visual studio and command line commits but seems to be skipped when committing within the PowerBuilder IDE. Is PowerBuilder ignoring the git-hooks? If so, is there any way to lint commit messages using PowerBuilder? I can set any commit message as a requirement - but that appears to be the limit of control.
Thanks,
Ben