Skip to content

Fix post receive handling with active external issue tracker

Post receive hooks failed on pushes which contained commits with issue references when an external issue tracker was used.

This regression was probably introduced by 48e6fb53.

Fixes #1700 (closed), #1720 (closed).

This fix is related to !794 (merged) which fixes a similar issue for hooks for web based events.

Merge request reports