Skip to content

Added note to clarify values for hook-name.d

Jason Colyer requested to merge docs-clarify-hook-name-values into master

What does this MR do?

This MR adds a note to the documentation to clarify that the value of <hook-name> needs to match one of the following formats:

  • pre-receive.d
  • post-receive.d
  • update.d

What are the relevant issue numbers?

There is not issue for this per se. A user reached out to support about this issue. After some troubleshooting, we found that any other name for <hook-name> is seemingly ignored.

Does this MR meet the acceptance criteria?

Merge request reports