Skip to content

hooks: Fix GitPushOptions for PostReceiveHook

Zeger-Jan van de Weg requested to merge zj-fix-push-options-go into master

Prior to this change the PostReceiveHook handler would reformat the Git push options in the way they're parsed. This means they're handled twice, once by gitaly-hooks and once by the gRPC handler.

Fixes: #3120 (closed)

Edited by Zeger-Jan van de Weg

Merge request reports