The hooks of the same type are executed in order and execution stops on the
The hooks of the same type are executed in order and execution stops on the
first script exiting with a non-zero value.
first script exiting with a non-zero value.
> **Note:** In the above examples, `<hook_name>.d` would need to be either `pre-receive.d`, `post-receive.d`, or `update.d` to work properly. Any other names would be ignored.