Skip to content

git: Move hooks into Git command factory

This MR moves ownership of Git hooks into the Git command factory. This is in preparation of #3932 (closed), where we want to migrate Git hooks away from the Ruby directory into a temporary directory created at runtime.

Merge request reports