Skip to content

Add global custom hooks

Dirk Posselt requested to merge (removed):add-global-customhooks into master

This set of commits implements a first proposal for the feature requested in #32 (closed), namely to have a set of global custom git hooks.

It extens the current GitlabCustomHook class to also look for hooks in "gitlab-shell/custom_hooks", and execute them if all other hooks (normal hook, repository local custom hook) were successful.

Merge request reports