Skip to content

hooks: Remove prereceive hook Ruby implementation

Zeger-Jan van de Weg requested to merge zj-prereceive-feature-flag into master

This change is part of a larger effort to move away from using the hooks being implemented in Ruby, and moves the execution to Go to speed up the hooks.

The prereceive hook was already enabled by default, meaning that the change made doesn't influence anyone that hasn't explicity turned it off. Given there were no bug reports, the old implementation is removed as fallback.

Merge request reports