Warn if KDEGitCommitHooks is used together with a custom hooksPath.
When the git config core.hooksPath
is set to a a value different from .git/hooks, the hooks installed with KDEGitCommitHooks are ignored.
This commit adds a warning message in this case.