GitFinder doesn't support any git hook. Add support for (at least) basic git hooks (pre-commit, commit-msg, post-commit, pre-push). Due to a sandboxed environment, investigate possibility of running hooks directly instead of executing them from the shell.
GitFinder doesn't support any git hook. Add support for (at least) basic git hooks (
pre-commit
,commit-msg
,post-commit
,pre-push
). Due to a sandboxed environment, investigate possibility of running hooks directly instead of executing them from the shell.